OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 94 to Rev 95
    Reverse comparison

Rev 94 → Rev 95

/trunk/test-post-synth/h264/foreman_qcif.h264 Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/test-post-synth/h264/foreman_qcif.h264 Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: trunk/test-post-synth/test.pl =================================================================== --- trunk/test-post-synth/test.pl (revision 94) +++ trunk/test-post-synth/test.pl (revision 95) @@ -25,7 +25,7 @@ # build the golden decoder `cd ../test/decoder/ldecod && make`; -@h264files = `ls ../test/h264`; +@h264files = `ls ./h264`; foreach(@h264files) { @@ -33,7 +33,7 @@ print $_; print " "; - `cp ../test/h264/$_ input.264`; + `cp ./h264/$_ input.264`; system("wc input.264 | awk \'{printf(\"%08x\\n%08x\\n\", \$3, \$3, \$3, \$3)}\' > input_size.hex"); `perl ../test/hexfilegen.pl input.264`; system("./simv | grep \"OUT\" | awk \'{print \$2}\' > out.hex");
/trunk/test-post-synth/ship.sh
0,0 → 1,4
#!/bin/csh
scp dump.vcd kfleming@egmont.csail.mit.edu://home/bits7/kfleming/h264.vcd
scp ../dc/current/synthesized.v kfleming@egmont.csail.mit.edu:h264/
 
trunk/test-post-synth/ship.sh Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.