Added symbiyosys to toolchains

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-06 13:09:50 +02:00
parent 246d53fa00
commit d823739fbc
4 changed files with 114 additions and 2 deletions

View File

@ -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
# ######################################