mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-25 15:39:27 -05:00
Rename rosc.v to trng.v
This commit is contained in:
parent
49189a3ba7
commit
2364466a9e
@ -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…
Reference in New Issue
Block a user