Added symbiyosys to toolchains
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
@ -25,4 +25,17 @@ runtime = all
|
||||
# Fileset
|
||||
files_vhdl = RTL/counter.vhd
|
||||
SIM/tb_counter.vhd
|
||||
# ######################################
|
||||
|
||||
# ######################################
|
||||
# Formal verification with symbiyosys
|
||||
[target.formal]
|
||||
toolchain = symbiyosys
|
||||
|
||||
# Toolchain settings
|
||||
sby_opts =
|
||||
|
||||
# Fileset
|
||||
files_sby = SIM/counter.sby
|
||||
files_other = RTL/counter.vhd
|
||||
# ######################################
|
Reference in New Issue
Block a user