forked from tanchou/Verilog
Bloquer a cause du tx
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
echo === Lancement de GTKWave ===
|
||||
gtkwave runs/uart_fifo.vcd
|
||||
gtkwave runs/uart_tx_fifo.vcd
|
||||
|
@@ -6,7 +6,7 @@ setlocal enabledelayedexpansion
|
||||
set OUT=runs/sim.vvp
|
||||
|
||||
:: Top-level testbench module
|
||||
set TOP=tb_uart_fifo
|
||||
set TOP=tb_uart_tx_fifo
|
||||
|
||||
:: Répertoires contenant des fichiers .v
|
||||
set DIRS=src/verilog tests/verilog IP/verilog
|
||||
|
Reference in New Issue
Block a user