mirror of https://github.com/zxdos/zxuno.git
Finalizo ch07
This commit is contained in:
parent
91cd8413e3
commit
25572db652
|
@ -1,7 +1,7 @@
|
||||||
SET speed=2
|
SET speed=2
|
||||||
SET ruta_ucf=ch07
|
SET ruta_ucf=ch07
|
||||||
SET ruta_bat=..\..\
|
SET ruta_bat=..\..\
|
||||||
call :genbitstream debounce_test
|
call :genbitstream uart_test
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:genbitstream
|
:genbitstream
|
||||||
|
|
|
@ -4,3 +4,5 @@ vhdl work "list_ch07_03_uart_tx.vhd"
|
||||||
vhdl work "list_ch07_01_uart_rx.vhd"
|
vhdl work "list_ch07_01_uart_rx.vhd"
|
||||||
vhdl work "../ch06/list_ch06_01_02_debounce.vhd"
|
vhdl work "../ch06/list_ch06_01_02_debounce.vhd"
|
||||||
vhdl work "../ch04/list_ch04_20_fifo.vhd"
|
vhdl work "../ch04/list_ch04_20_fifo.vhd"
|
||||||
|
vhdl work "../ch04/list_ch04_11_mod_m.vhd"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue