minor update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user