Skip to content

Commit

Permalink
Move wb_orbit_intlk ModelSim testbench to separated directory
Browse files Browse the repository at this point in the history
This is in anticipation to creating a new testbench compatible with
NVC and GHDL.
  • Loading branch information
augustofg committed Sep 20, 2024
1 parent 272e58b commit b3318e3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
32 changes: 0 additions & 32 deletions hdl/testbench/orbit_intlk/Manifest.py

This file was deleted.

32 changes: 32 additions & 0 deletions hdl/testbench/orbit_intlk/modelsim/Manifest.py
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.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vlog wb_orbit_intlk_tb.v +incdir+"." +incdir+../../sim +incdir+../../sim/regs
vlog wb_orbit_intlk_tb.v +incdir+"." +incdir+../../../sim +incdir+../../../sim/regs
-- make -f Makefile
-- output log file to file "output.log", set siulation resolution to "fs"
vsim -l output.log \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b3318e3

Please sign in to comment.