minor update

This commit is contained in:
Blaise Tine
2021-07-16 06:44:28 -07:00
parent f54d2b6272
commit b0d8adc82b
3 changed files with 11 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ int vx_scope_stop(fpga_handle hfpga) {
std::cout << "scope trace dump begin..." << std::endl;
std::ofstream ofs("vx_scope.vcd");
std::ofstream ofs("trace.vcd");
ofs << "$version Generated by Vortex Scope $end" << std::endl;
ofs << "$timescale 1 ns $end" << std::endl;