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