got dia files to work, they're autoconverted to tex
[libreriscv.git] / 3d_gpu / tutorial.mdwn
index 67461689dda2e95facc4026ff8e5d452328338f5..a61ab26001663f9676ca22e4dfd637a3965f8226 100644 (file)
@@ -176,7 +176,7 @@ a tool.
 Install nmigen (and yosys) by following [[HDL_workflow]]
 then follow the excellent tutorial by Robert
 <https://github.com/RobertBaruch/nmigen-tutorial> and also look up the
-resources here <https://nmigen.info/nmigen/latest/tutorial.html>
+resources here <https://m-labs.hk/gateware/nmigen/>
 
 Pay particular attention to the bits in HDL workflow about using yosys
 "show" command.  This is essential because the nmigen code gets turned
@@ -198,7 +198,7 @@ graphs, you absolutely **must** store partial results of combinatorial
 blocks in registers (with sync) *before* passing those partial results
 back into more (or the same) combinatorial blocks.
 
-* http://www.clifford.at/yosys/cmd_proc.html
+* https://github.com/YosysHQ/yosys
 
 # verilog