Commit e7bcef61 authored by Dimitris Lampridis's avatar Dimitris Lampridis

sim: Introduction of new, simpler testbench for FMC-ADC core, without any SPEC…

sim: Introduction of new, simpler testbench for FMC-ADC core, without any SPEC or SVEC specific details
parent da5ed0eb
Makefile
work/
transcript
vsim.wlf
NullFile
modelsim.ini
board = "spec"
sim_tool = "modelsim"
top_module = "main"
action = "simulation"
target = "xilinx"
syn_device = "xc6slx45t"
vcom_opt = "-93 -mixedsvvh"
fetchto = "../../ip_cores"
include_dirs = [
"../include",
fetchto + "/general-cores/sim/",
]
files = [
"main.sv",
]
modules = {
"local" : [
"../../rtl/",
],
"git" : [
"git://ohwr.org/hdl-core-lib/general-cores.git",
],
}
ctrls = [ "bank3_64b_32b" ]
This diff is collapsed.
vsim -quiet -L unisim work.main
set StdArithNoWarnings 1
set NumericStdNoWarnings 1
radix -hexadecimal
log -r /*
run -all
wave zoomfull
vsim -quiet -L unisim work.main
set StdArithNoWarnings 1
set NumericStdNoWarnings 1
run -all
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment