Skip to content

Commit

Permalink
cocotb simulation: remove SYNTH_TOOL
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Oct 14, 2024
1 parent 094209d commit 31ccd18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/scripts/cocotb/cocotb.fdo
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ source_with_args $env(SYNTHFILES) "-tnone"
set PACKAGES $HIERARCHY(PACKAGES)
set COMPONENTS $HIERARCHY(COMPONENTS)

set SYNTH_FLAGS(TOOL) "modelsim"
set SIM_FLAGS(EXTRA_VFLAGS) [list -quiet -suppress 1130,1339,8664,8683,8684,8822,12110,1549,143 -L unisims_ver -L secureip]
set SIM_FLAGS(MAKEFILE_GEN) true
set SIM_FLAGS(MAKEFILE_NAME) simulation.Makefile
set SIM_FLAGS(VSIM_MANUAL_START) true
set SIM_FLAGS(DEBUG) true

if {[info exists env(SYNTH_TOOL)]} {
set SYNTH_FLAGS(TOOL) $env(SYNTH_TOOL)
}

set COCOTB_PATH [eval cocotb-config --lib-name-path fli modelsim]
lappend SIM_FLAGS(EXTRA_VFLAGS) -foreign "cocotb_init $COCOTB_PATH"
Expand Down

0 comments on commit 31ccd18

Please sign in to comment.