Closed ewenmcneill closed 4 years ago
At some point during the last months, these issues were fixed. The links from the docs now point to valid subdirs in the repo, and both verilog/blink
and verilog/blink-expanded
contain Makefiles and READMEs. The Yosys version in the toolchain is updated too. Therefore, I think that this issue can be closed.
Awesome work @umarcor!
https://workshop.fomu.im/en/latest/verilog.html (built from https://github.com/im-tomu/fomu-workshop/blob/master/docs/verilog.rst) refers to:
but since that was written the https://github.com/im-tomu/fomu-workshop repository has been rearranged and
verilog-blink
at the top level is just abin
/dfu
file (and some intermediate files in abuild
directory) built for some unknown target (thehacker
andpvt
boards unfortunately have different LED connectivity, hence the different targets):There's no
Makefile
there any more :-)At minimum the files in that
verilog-blink
directory probably need a README to say what target they were built for (hacker, PVT, ???), and possibly multiple builds for the multiple versions if the idea is that people just install one as a first step?Presumably this is supposed to now refer to something in the
verilog
directory, but I'm unsure what (hence this issue, rather than a pull request).See also https://github.com/im-tomu/fomu-workshop/issues/150 and https://github.com/im-tomu/fomu-workshop/pull/124 which are various other attempts at rearranging those verilog examples. Whatever is done should include updating the documentation to match where the files ended up :-) (And after that maybe https://github.com/im-tomu/fomu-workshop/issues/145 can be closed too?)
Ewen
PS: FTR, as mentioned in https://github.com/im-tomu/fomu-workshop/pull/124#discussion_r373922680 and https://github.com/im-tomu/fomu-workshop/pull/124#discussion_r373925643 the
FOMU_REV
viaMakefile
viayosys
toifdef
tests inside the verilog "one file" examples depends on a "newer thanyosys
0.8" version -- either a build from the git repo in the last 4-5 months (as was packaged for Fomu EVT dev) oryosys
0.9 or later.