diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-04-28 13:11:57 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-04-28 13:11:57 +0200 |
commit | d4e117939818af4ed0e148f6352a81c19fa4631c (patch) | |
tree | 1e22b7f579296af034f4fb9449a5f1f8920fe374 /sim/top_shift/makefile.sources | |
parent | e367cceeadc06e7007e1ff9757dfd568184dae02 (diff) |
top_shift: add edge.vhd and ringcnt.vhd as empty modules
Diffstat (limited to 'sim/top_shift/makefile.sources')
-rw-r--r-- | sim/top_shift/makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/top_shift/makefile.sources b/sim/top_shift/makefile.sources index 460360c..fdaa601 100644 --- a/sim/top_shift/makefile.sources +++ b/sim/top_shift/makefile.sources @@ -1,4 +1,6 @@ # All files which synthesized SYN_SOURCE_FILES = \ +../../src/edge.vhd \ +../../src/ringcnt.vhd \ ../../src/top_shift.vhd |