Skip to content

Commit abb341b

Browse files
author
Mike Stirling
committed
Work in progress. Added PS/2 keyboard interface, hardware debugger. Interrupt test output to 6522 (remove later). Fixed error in pin assignments that blocked access to Flash chip select. Added reading sideways ROMs from external Flash (all but BASIC masked off for now).
1 parent 3ea54eb commit abb341b

9 files changed

+967
-85
lines changed

CII_Starter_pin_assignments.csv

+1
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ From,To,Assignment Name,Value,Enabled
408408
,FL_OE_N,Location,PIN_AA15,Yes
409409
,FL_RST_N,Location,PIN_W14,Yes
410410
,FL_WE_N,Location,PIN_Y14,Yes
411+
,FL_CE_N,Location,PIN_AB15,Yes
411412
,SRAM_ADDR[0],Location,PIN_AA3,Yes
412413
,SRAM_ADDR[1],Location,PIN_AB3,Yes
413414
,SRAM_ADDR[2],Location,PIN_AA4,Yes

bbc_micro_de1.qsf

+6
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,10 @@ set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
498498
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
499499
set_global_assignment -name LL_ROOT_REGION ON -section_id "Root Region"
500500
set_global_assignment -name LL_MEMBER_STATE LOCKED -section_id "Root Region"
501+
set_global_assignment -name MISC_FILE "U:/git_repos/fpga/bbc/bbc_micro_de1.dpf"
502+
set_location_assignment PIN_AB15 -to FL_CE_N
503+
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "3.3-V LVTTL"
504+
set_global_assignment -name VHDL_FILE ps2_intf.vhd
501505
set_global_assignment -name VHDL_FILE simple_uart.vhd
502506
set_global_assignment -name VHDL_FILE m6522.vhd
503507
set_global_assignment -name VHDL_FILE seg7.vhd
@@ -513,4 +517,6 @@ set_global_assignment -name VHDL_FILE bbc_micro_de1.vhd
513517
set_global_assignment -name VHDL_FILE bbc_micro_de1_tb.vhd
514518
set_global_assignment -name QIP_FILE ehbasic.qip
515519
set_global_assignment -name VHDL_FILE m6522_tb.vhd
520+
set_global_assignment -name VHDL_FILE keyboard.vhd
521+
set_global_assignment -name VHDL_FILE debugger.vhd
516522
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

0 commit comments

Comments
 (0)