]> Joshua Wise's Git repositories - fpgaboy.git/commitdiff
Add a dirty hack to make the sim pipe directly to the readout script.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 4 May 2008 07:38:22 +0000 (03:38 -0400)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 4 May 2008 07:38:22 +0000 (03:38 -0400)
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
 vcd dumpvars -m Dumpable
 run 1000ms
This page took 0.026021 seconds and 4 git commands to generate.