Browse Source

Rename components.vhd to rtl_components.vhd

main
T. Meissner 1 year ago
parent
commit
6cffeef4a5
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      blink/syn/Makefile
  2. +0
    -0
      lib/rtl_components.vhd
  3. +1
    -1
      uart_reg/syn/Makefile

+ 1
- 1
blink/syn/Makefile View File

@ -1,6 +1,6 @@
DESIGN_NAME := blink
WORK_FILES := ../rtl/blink.vhd
GM_FILES := ../../lib/components.vhd
GM_FILES := ../../lib/rtl_components.vhd
GHDL_FLAGS := --std=08 --workdir=build -Pbuild
YOSYSPIPE := -nomx8 -luttree -retime
PNRFLAGS := -sp off -om 2 -cCP on


lib/components.vhd → lib/rtl_components.vhd View File


+ 1
- 1
uart_reg/syn/Makefile View File

@ -1,6 +1,6 @@
DESIGN_NAME := uart_reg
WORK_FILES := ../rtl/uart_tx.vhd ../rtl/uart_rx.vhd ../rtl/uart_reg.vhd
GM_FILES := ../../lib/components.vhd
GM_FILES := ../../lib/rtl_components.vhd
GHDL_FLAGS := --std=08 --workdir=build -Pbuild
YOSYSPIPE := -nomx8 -luttree -retime
PNRFLAGS := -sp off -om 2 -cCP on


Loading…
Cancel
Save