mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-22 13:54:52 -04:00
Add fw_ram module
This commit is contained in:
parent
7e0692b150
commit
a51619e5b7
4 changed files with 132 additions and 2 deletions
|
@ -42,11 +42,11 @@ ASFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 -mno-relax
|
|||
ICE40_SIM_CELLS = $(shell yosys-config --datdir/ice40/cells_sim.v)
|
||||
|
||||
|
||||
# FPGA specific Verilog source files.
|
||||
# FPGA specific source files.
|
||||
FPGA_SRC = $(P)/rtl/application_fpga.v \
|
||||
$(P)/rtl/clk_reset_gen.v
|
||||
|
||||
# Verilator simulation specific Verilog source files.
|
||||
# Verilator simulation specific source files.
|
||||
VERILATOR_FPGA_SRC = $(P)/tb/application_fpga_vsim.v \
|
||||
$(P)/tb/reset_gen_vsim.v
|
||||
|
||||
|
@ -54,6 +54,7 @@ VERILATOR_FPGA_SRC = $(P)/tb/application_fpga_vsim.v \
|
|||
VERILOG_SRCS = \
|
||||
$(P)/rtl/ram.v \
|
||||
$(P)/rtl/rom.v \
|
||||
$(P)/rtl/fw_ram.v \
|
||||
$(P)/core/picorv32/rtl/picorv32.v \
|
||||
$(P)/core/timer/rtl/timer_core.v \
|
||||
$(P)/core/timer/rtl/timer.v \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue