Skip to content

Commit

Permalink
added wb_bram.v to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
FRoith committed Oct 30, 2024
1 parent 81c1298 commit 26329f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ project:
- "uart_tx.v"
- "uart_rx.v"
- "decoder.v"
- "wb_bram.v"

# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog
SRC_DIR = $(PWD)/../src
PROJECT_SOURCES = tt_um_froith_goldcrest.v top_ihp.v wb_oisc.v wb_emem.v wb_imem.v wb_spi.v wb_uart.v wb_gpio.v uart_tx.v uart_rx.v decoder.v
PROJECT_SOURCES = tt_um_froith_goldcrest.v top_ihp.v wb_oisc.v wb_emem.v wb_imem.v wb_spi.v wb_uart.v wb_gpio.v uart_tx.v uart_rx.v decoder.v wb_bram.v

ifneq ($(GATES),yes)

Expand Down

0 comments on commit 26329f4

Please sign in to comment.