Fixed bugs in project.cfg for ghdl in formal

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-06 13:15:47 +02:00
parent d823739fbc
commit a9a33499a6
2 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@ toolchain = ghdl
# Toolchain settings
toplevel = tb_counter
runtime = all
#ghdla_opts =
#ghdle_opts =
#ghdlr_opts =
ghdla_opts = --std=08
ghdle_opts = --std=08
ghdlr_opts = --std=08
# Fileset
files_vhdl = RTL/counter.vhd