Skip to content

Commit 52068f4

Browse files
committed
111.949MHz/1A82: Minor changes
Comments and a tiny makefile change
1 parent b6082ed commit 52068f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ clean:
287287
top.unroutes top.xpi top_par.xrpt top.twx top.nlf design.bit top_map.mrp
288288
@rm -vrf _xmsgs reports tmp xlnx_auto_0_xdb
289289
@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}
291291
@rm -vrf text.bin ${EFORTH} text.hex
292292
@rm -vrf *.pdf *.htm
293293
@rm -vrf *.sym

util.vhd

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
--| - Optional registers on either input or output, selectable by a generic
2222
--| - Better timing models
2323
--| - 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.
2626
--|
2727
--| @author Richard James Howe
2828
--| @copyright Copyright 2017, 2019 Richard James Howe

0 commit comments

Comments
 (0)