- added PS2 interface 0
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@617 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -55,6 +55,12 @@ vcom -explicit -93 "../../../lib/uart/uart_rx.vhd"
|
||||
vcom -explicit -93 "../../../lib/uart/uart_tx.vhd"
|
||||
vcom -explicit -93 "../../../lib/uart/uart_wb.vhd"
|
||||
|
||||
# PS2
|
||||
vcom -explicit -93 "../../../lib/ps2_port/src/debounce.vhd"
|
||||
vcom -explicit -93 "../../../lib/ps2_port/src/ps2_core.vhd"
|
||||
vcom -explicit -93 "../../../lib/ps2_port/src/ps2_phy_virtex.vhd"
|
||||
vcom -explicit -93 "../../../lib/ps2_port/src/ps2_wb.vhd"
|
||||
|
||||
# GPIO
|
||||
vcom -explicit -93 "../../../lib/misc/gpio_wb.vhd"
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ add wave -noupdate -format Logic /tb_mips_sys/sys_clk_in
|
||||
add wave -noupdate -format Literal /tb_mips_sys/dip
|
||||
add wave -noupdate -format Literal /tb_mips_sys/btn
|
||||
add wave -noupdate -format Literal /tb_mips_sys/led
|
||||
add wave -noupdate -format Logic /tb_mips_sys/sys_ps2_clk
|
||||
add wave -noupdate -format Logic /tb_mips_sys/sys_ps2_data
|
||||
add wave -noupdate -format Logic /tb_mips_sys/sys_rx
|
||||
add wave -noupdate -format Logic /tb_mips_sys/sys_tx
|
||||
add wave -noupdate -format Literal /tb_mips_sys/sys_lcd_d
|
||||
@@ -203,7 +205,7 @@ add wave -noupdate -format Logic -label .branch -radix hexadecimal /tb_mips_sys/
|
||||
add wave -noupdate -divider D-Cache
|
||||
add wave -noupdate -format Logic /tb_mips_sys/uut/clk_o
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 2} {1804093493 ps} 0} {{Cursor 100} {0 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 2} {1804093493 ps} 0} {{Cursor 100} {853399231 ps} 0}
|
||||
configure wave -namecolwidth 187
|
||||
configure wave -valuecolwidth 64
|
||||
configure wave -justifyvalue left
|
||||
|
||||
Reference in New Issue
Block a user