[libre-riscv-dev] [Bug 178] first coriolis2 tutorial, workflow and "test project" page

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Thu Feb 20 18:03:46 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=178

--- Comment #32 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
hmm, jean-paul, one of the things that nmigen does is, it uses "$1", "$2"
etc. at the end of names, in order to make them globally unique, where there
is a name-clash.

i'm noticing that this isn't being transferred through properly.
make of course uses "$$" to indicate "actual $" which i tried: it
seems to work except that mux2$19 gets turned into "mux27783529_r.ap"
and despite that weirdness it works fine right up until you do
"make clean".

the files that *actually* get created are mux2_19.ap.

the files that get *read* are mux2_19.ap.

the files that are *deleted* are mux27783529_r.ap

yes it would be wonderful if the $ symbol had not been outputted
into the ILANG files...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list