]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - sim.cmd
Merge branch 'master' of lu@anyus.res.cmu.edu:/storage/fpga/FPGABoy
[fpgaboy.git] / sim.cmd
diff --git a/sim.cmd b/sim.cmd
index 687051242a3dfcf59fad66c17e75ee9049181dd4..154489f79c97a17e8c82c8c23e4cd0d8c5cd2c28 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
 vcd dumpvars -m Dumpable
-run 1000ms
+run all
This page took 0.024241 seconds and 4 git commands to generate.