Нема описа

Oliver Jaison 0cf1a7ac88 ... пре 4 година
fpa e8a7ddfb11 new modules and vectors пре 4 година
scripts 5ef3501faf Fixed NN layer order пре 4 година
simulation 9ffa687117 pipe problems пре 4 година
src 0cf1a7ac88 ... пре 4 година
.gitignore 7db0bdfad9 New testbench execution method пре 4 година
Makefile 9ffa687117 pipe problems пре 4 година
altera_devel.qpf 06cb4a2a5d Initial пре 5 година
altera_devel.qsf 64bf0ade21 Script for starting tb пре 4 година
readme.md 7db0bdfad9 New testbench execution method пре 4 година
wave_hard_sigmoid_tb.do 250682bf91 Implemented hard sigmoid пре 4 година

readme.md

Altera Development Repo

Setup

Just run analysis

make analysis

if not working, specify Quartus installation directory with QUARTUS_ROOT parameter

Start modelsim GUI

make modelsim

Running testbench

Running testbench directly on GUI

make my_module_tb

This includes all modules from src/*.sv and subdirectories that contains main system verilog file with the same name as subdirectory or include.sv

Any other system verilog files in subdirectory can be included using `_include {FILE.sv} in subdirectory main file.

This command will also include saved wave instructions that are located in simulation/modelsim/wave_${my_module_tb}.do

Other testbench methods

Running testbench with defined simulation tcl script. Scripts has be located in simulation/modelsim/sim_*.do

# GUI example for simulation/modelsim/sim_root_tb.do
make sim_root_tb.gui
# Without GUI
make sim_root_tb.cli