adjust
This commit is contained in:
parent
afa5e8fb2b
commit
bb113deea5
@ -16,8 +16,8 @@
|
||||
|
||||
<script>
|
||||
window.readVcdFile = async () => {
|
||||
let inputVcdFile = 'basic_tb.vcd';
|
||||
let inputViewFile = 'basic_tb.view';
|
||||
let inputVcdFile = 'test.vcd';
|
||||
let inputViewFile = 'test.view';
|
||||
const response = await fetch(inputVcdFile);
|
||||
const arrayBuffer = await response.arrayBuffer();
|
||||
return [arrayBuffer, inputVcdFile, inputViewFile];
|
||||
|
Loading…
x
Reference in New Issue
Block a user