moved some files around to clean things up a bit

This commit is contained in:
Alan Garfield 2018-01-12 15:17:35 +11:00
parent 50d80bedcd
commit 2b91bb3841
6 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Version=Lattice Semiconductor Corporation iCEcube - Release: 2017.08.27940 - Bui
ProjectName=apple1
Vendor=SiliconBlue
Synthesis=synplify
ProjectVFiles=rtl/MUX.v,rtl/basic.v,rtl/chip_6502.v,rtl/led_and_key.v,rtl/tm1638.v,rtl/uart.v
ProjectVFiles=rtl/apple1_top.v,rtl/chip_6502.v,rtl/chip_6502_mux.v,rtl/led_and_key.v,rtl/tm1638.v,rtl/uart.v
ProjectCFiles=
CurImplementation=apple1_Implmnt
Implementations=apple1_Implmnt

View File

@ -8,9 +8,9 @@
add_file -verilog -lib work "rtl/MUX.v"
add_file -verilog -lib work "rtl/basic.v"
add_file -verilog -lib work "rtl/apple1_top.v"
add_file -verilog -lib work "rtl/chip_6502.v"
add_file -verilog -lib work "rtl/chip_6502_mux.v"
add_file -verilog -lib work "rtl/led_and_key.v"
add_file -verilog -lib work "rtl/tm1638.v"
add_file -verilog -lib work "rtl/uart.v"

View File

@ -4,7 +4,7 @@ module LOGIC (
input [`NUM_NODES-1:0] i,
output [`NUM_NODES-1:0] o);
`include "logic.inc"
`include "chip_6502_logic.inc"
endmodule