mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-25 07:29:25 -05:00
Renamed sb_rgba_drv.v to sb_rgba_drv_sim.v
This commit is contained in:
parent
2b89b28b82
commit
1ea5db1179
@ -1,6 +1,6 @@
|
|||||||
//======================================================================
|
//======================================================================
|
||||||
//
|
//
|
||||||
// SB_RGBA_DRV.v
|
// sb_rgba_drv_sim.v
|
||||||
// -------------
|
// -------------
|
||||||
// Dummy version of the SB_RGBA_DRV hard macro in Lattice iCE40 UP
|
// Dummy version of the SB_RGBA_DRV hard macro in Lattice iCE40 UP
|
||||||
// devices. This is just to be able to build the testbench. The only
|
// devices. This is just to be able to build the testbench. The only
|
||||||
@ -44,5 +44,5 @@ module SB_RGBA_DRV (
|
|||||||
endmodule // SB_RGBA_DRV
|
endmodule // SB_RGBA_DRV
|
||||||
|
|
||||||
//======================================================================
|
//======================================================================
|
||||||
// EOF SB_RGBA_DRV.v
|
// EOF sb_rgba_drv_sim.v
|
||||||
//======================================================================
|
//======================================================================
|
@ -16,8 +16,8 @@ TB_SPI_SRC =../tb/tb_tk1_spi_master.v
|
|||||||
MEM_MODEL_SRC =../tb/W25Q80DL.v
|
MEM_MODEL_SRC =../tb/W25Q80DL.v
|
||||||
|
|
||||||
TOP_SRC=../rtl/tk1.v $(SPI_SRC)
|
TOP_SRC=../rtl/tk1.v $(SPI_SRC)
|
||||||
TB_TOP_SRC =../tb/tb_tk1.v ../tb/sb_rgba_drv.v ../tb/udi_rom_sim.v
|
TB_TOP_SRC =../tb/tb_tk1.v ../tb/sb_rgba_drv_sim.v ../tb/udi_rom_sim.v
|
||||||
LINT_SRC=$(TOP_SRC) ../tb/sb_rgba_drv.v ../tb/udi_rom_sim.v
|
LINT_SRC=$(TOP_SRC) ../tb/sb_rgba_drv_sim.v ../tb/udi_rom_sim.v
|
||||||
|
|
||||||
CC = iverilog
|
CC = iverilog
|
||||||
CC_FLAGS = -Wall
|
CC_FLAGS = -Wall
|
||||||
|
Loading…
Reference in New Issue
Block a user