File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ clean:
287
287
top.unroutes top.xpi top_par.xrpt top.twx top.nlf design.bit top_map.mrp
288
288
@rm -vrf _xmsgs reports tmp xlnx_auto_0_xdb
289
289
@rm -vrf _xmsgs reports tmp xlnx_auto_0_xdb
290
- @rm -vrf h2${EXE} gui${EXE} block${EXE} text${EXE}
290
+ @rm -vrf h2${EXE} gui${EXE} block${EXE} text${EXE} embed ${EXE}
291
291
@rm -vrf text.bin ${EFORTH} text.hex
292
292
@rm -vrf * .pdf * .htm
293
293
@rm -vrf * .sym
Original file line number Diff line number Diff line change 21
21
-- | - Optional registers on either input or output, selectable by a generic
22
22
-- | - Better timing models
23
23
-- | - More assertions
24
- -- | - Put a modules state in a record that represents that state, to make
25
- -- | assignment and handling of that state easier .
24
+ -- | - See 'A Structured VHDL design' by Jiri Gaisler,
25
+ -- | <http://gaisler.com/doc/vhdl2proc.pdf> and apply methodology .
26
26
-- |
27
27
-- | @author Richard James Howe
28
28
-- | @copyright Copyright 2017, 2019 Richard James Howe
You can’t perform that action at this time.
0 commit comments