]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - sim.cmd
Add a dirty hack to make the sim pipe directly to the readout script.
[fpgaboy.git] / sim.cmd
diff --git a/sim.cmd b/sim.cmd
index 687051242a3dfcf59fad66c17e75ee9049181dd4..abd34aec88f5ee28e944514ee8c366ff55685d85 100644 (file)
--- a/sim.cmd
+++ b/sim.cmd
@@ -1,3 +1,3 @@
-vcd dumpfile output.vcd
+vcd dumpfile /proc/self/fd/[string range [open |./readout "w"] 4 1000]
 vcd dumpvars -m Dumpable
 run 1000ms
This page took 0.021982 seconds and 4 git commands to generate.