verilog-apple-one/rtl
Steve White f4a450f022 Remove invalid port clr_screen_btn (as I don't see any other references to it in the repo)
yosys -q -p "chparam -list; hierarchy -top apple1_top; synth_ice40 -blif build/apple1.blif" ../../../rtl/apple1.v build/pll.sv ../../../rtl/clock.v ../../../rtl/pwr_reset.v ../../../rtl/ram.v ../../../rtl/rom_wozmon.v ../../../rtl/rom_basic.v ../../../rtl/cpu/arlet_6502.v ../../../rtl/cpu/arlet/ALU.v ../../../rtl/cpu/arlet/cpu.v ../../../rtl/uart/uart.v ../../../rtl/uart/async_tx_rx.v ../../../rtl/vga/vga.v ../../../rtl/vga/vram.v ../../../rtl/vga/font_rom.v ../../../rtl/ps2keyboard/debounce.v ../../../rtl/ps2keyboard/ps2keyboard.v ../../../rtl/boards/upduino/apple1_up5k.v
Warning: Replacing memory \AXYS with list of registers. See ../../../rtl/cpu/arlet/cpu.v:541
ERROR: Module `$paramod$e7b6f8008bbd43376eeb102f607da77667371076\apple1' referenced in module `apple1_top' in cell `my_apple1' does not have a port named 'clr_screen_btn'.
Makefile:26: recipe for target 'build/apple1.blif' failed
make: *** [build/apple1.blif] Error 1
2018-05-05 12:59:52 -07:00
..
boards Remove invalid port clr_screen_btn (as I don't see any other references to it in the repo) 2018-05-05 12:59:52 -07:00
cpu added license headers and tidied up 2018-01-29 22:15:21 +11:00
led_and_key move things around. 2018-01-27 00:21:05 +11:00
ps2keyboard Light maintenance. 2018-02-12 01:57:15 +01:00
uart fixed condition where uart_cts failed 2018-02-16 13:42:21 +11:00
vga Fixed new line and nul characters outside of WozMon 2018-04-03 22:14:47 +10:00
apple1.v Fixed DE0 compilation problems 2018-02-19 00:29:30 +01:00
clock.v VGA module works. Still no hardware scrolling though 2018-02-06 00:29:56 +11:00
pwr_reset.v added license headers and tidied up 2018-01-29 22:15:21 +11:00
ram.v fixed param paths for yosys, may need more work 2018-02-14 15:27:36 +11:00
rom_basic.v fixed param paths for yosys, may need more work 2018-02-14 15:27:36 +11:00
rom_wozmon.v fixed param paths for yosys, may need more work 2018-02-14 15:27:36 +11:00