修复默认不是 16 进制渲染格式的问题 | 修复有符号数字计算错误的问题 | 给高位宽的数字加上前缀 0
This commit is contained in:
parent
5aac2f15c4
commit
714b125496
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.readVcdFile = async () => {
|
window.readVcdFile = async () => {
|
||||||
let inputVcdFile = 'movAvg.vcd';
|
let inputVcdFile = 'test.vcd';
|
||||||
let inputViewFile = 'movAvg.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