mirror of
https://github.com/alangarf/apple-one.git
synced 2025-02-12 16:30:31 +00:00
new VGA
This commit is contained in:
parent
1f4fe41a97
commit
c1942d5d14
@ -361,6 +361,11 @@ set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to UART_CTS
|
||||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to UART_RXD
|
||||
set_global_assignment -name ENABLE_SIGNALTAP ON
|
||||
set_global_assignment -name USE_SIGNALTAP_FILE output_files/stp1.stp
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/vga/vram.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/vga/vga.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/vga/font_rom.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/pwr_reset.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/clock.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/rom_basic.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/ps2keyboard/ps2keyboard.v
|
||||
set_global_assignment -name VERILOG_FILE ../../rtl/boards/terasic_de0/segmentdisplay.v
|
||||
|
@ -208,7 +208,7 @@ begin
|
||||
|
||||
8'h4E: ascii <= "-";
|
||||
8'h55: ascii <= "=";
|
||||
8'h5D: ascii <= "\\";
|
||||
8'h5D: ascii <= "\\ ";
|
||||
8'h66: ascii <= 8'd8; // backspace
|
||||
8'h29: ascii <= " ";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user