-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move wb_orbit_intlk ModelSim testbench to separated directory
This is in anticipation to creating a new testbench compatible with NVC and GHDL.
- Loading branch information
Showing
8 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
action = "simulation" | ||
target = "xilinx" | ||
syn_device = "xc7a200t" | ||
sim_tool = "modelsim" | ||
top_module = "wb_orbit_intlk_tb" | ||
sim_top = "wb_orbit_intlk_tb" | ||
|
||
modules = { | ||
"local" : [ | ||
"../../../modules/wb_orbit_intlk/", | ||
"../../../ip_cores/general-cores", | ||
"../../../ip_cores/infra-cores", | ||
"../../../ip_cores/dsp-cores", | ||
] | ||
} | ||
|
||
files = [ | ||
"wb_orbit_intlk_tb.v", | ||
"clk_rst.v", | ||
] | ||
|
||
include_dirs = [ | ||
".", | ||
"../../../sim", | ||
"../../../sim/regs" | ||
"../../../ip_cores/general-cores/modules/wishbone/wb_lm32/src", | ||
"../../../ip_cores/general-cores/modules/wishbone/wb_lm32/platform/generic", | ||
"../../../ip_cores/general-cores/modules/wishbone/wb_spi_bidir", | ||
"../../../ip_cores/general-cores/modules/wishbone/wb_spi" | ||
] | ||
|
||
vlog_opt = "+incdir+../../../sim/regs +incdir+../../../sim +incdir+." |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
hdl/testbench/orbit_intlk/run.do → hdl/testbench/orbit_intlk/modelsim/run.do
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.