mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-22 05:44:43 -04:00
Rename rosc.v to trng.v
This commit is contained in:
parent
49189a3ba7
commit
2364466a9e
3 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ VERILOG_SRCS = \
|
||||||
$(P)/core/uart/rtl/uart_core.v \
|
$(P)/core/uart/rtl/uart_core.v \
|
||||||
$(P)/core/uart/rtl/uart_fifo.v \
|
$(P)/core/uart/rtl/uart_fifo.v \
|
||||||
$(P)/core/uart/rtl/uart.v \
|
$(P)/core/uart/rtl/uart.v \
|
||||||
$(P)/core/trng/rtl/rosc.v
|
$(P)/core/trng/rtl/trng.v
|
||||||
|
|
||||||
# PicoRV32 verilog source file
|
# PicoRV32 verilog source file
|
||||||
PICORV32_SRCS = \
|
PICORV32_SRCS = \
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
#===================================================================
|
#===================================================================
|
||||||
|
|
||||||
TOP_SRC=../rtl/rosc.v
|
TOP_SRC=../rtl/trng.v
|
||||||
TB_TOP_SRC =../tb/tb_trng.v ../tb/SB_LUT4.v
|
TB_TOP_SRC =../tb/tb_trng.v ../tb/SB_LUT4.v
|
||||||
|
|
||||||
CC = iverilog
|
CC = iverilog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue