VeniVidiVici
  • Joined on 2022-09-12
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-13 18:04:28 +08:00
271f8ed3e7 输入完了书上的代码,还需要调试
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-12 17:37:28 +08:00
67d42d29db 输入了测试代码
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-11 23:41:36 +08:00
daf9f3d166 写了代码,一点点,习题34,DArray_tests.h
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-10 12:02:35 +08:00
3bd3cf10f2 继续写习题34代码
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-09 11:00:52 +08:00
1057bd53a5 继续输入书上的代码
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-08 11:45:46 +08:00
bf9b86d3b0 开始写习题34代码
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-07 19:10:02 +08:00
32eaa2be85 习题33完成了
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-07 13:34:36 +08:00
675c27e572 测试可以通过了,虽然还有内存泄漏,也没有和冒泡排序对比
VeniVidiVici synced commits to refs/pull/5458/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:44 +08:00
4803bd08b9 Merge c1b8c097dfc76c4b6b99a59448f99a4bef2d76d2 into ed46878f7bbe7e84bb9799c7006cc3ebac7edb6c
ed46878f7b Fix virtual interface array typedef expressions (#6057).
593da4e38f Internals: Fix missing const. No functional change.
cfbcfd913c Fix packed array deduction (#6046)
79de1ff507 Fix WIDTHCONCAT on packed pattern assignment (#6045).
Compare 36 commits »
VeniVidiVici synced commits to refs/pull/5616/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:44 +08:00
0fac7b2004 Merge 7209c8bd6d7d7a4670cea4ae134be06eb26f61a6 into cfbcfd913c9cdc45198707d5476a55992fbe8303
cfbcfd913c Fix packed array deduction (#6046)
79de1ff507 Fix WIDTHCONCAT on packed pattern assignment (#6045).
8a8f04153a Fix method calls and new to access interface arrays (#5973)
8031ca2616 Add `MODMISSING` error, in place of unnamed error (#6054).
Compare 20 commits »
VeniVidiVici synced commits to refs/pull/5990/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:44 +08:00
ccd1997176 Merge 208114dcede9112c28afd2d5d48681aa5c5633aa into d49efa79df39fd34a84438f1b85c8d35f637190c
d49efa79df Fix type operator for interface signals (#6050) (#6049)
9fc223d3ee Commentary: FPGA PROCASSINIT guidance (#6067)
1a3fd92063 Tests: Fix t_interface_array2 tests (#6065)
ed46878f7b Fix virtual interface array typedef expressions (#6057).
Compare 20 commits »
VeniVidiVici synced commits to refs/pull/6025/head at VeniVidiVici/verilator from mirror 2025-06-07 05:02:44 +08:00
7b5eb023dc x_assigned
4aac1495c9 more cases
2d8ae2036c scope hash fixes
40e7d8d5da Revert "Revert 'Fix --x-initial and --x-assign random stability (#2662) (#5958).' See (#6018)."
Compare 17 commits »
VeniVidiVici synced and deleted reference refs/tags/refs/pull/5973/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:43 +08:00
VeniVidiVici synced and deleted reference refs/tags/refs/pull/6025/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:43 +08:00
VeniVidiVici synced commits to master at VeniVidiVici/verilator from mirror 2025-06-07 05:02:43 +08:00
d49efa79df Fix type operator for interface signals (#6050) (#6049)
9fc223d3ee Commentary: FPGA PROCASSINIT guidance (#6067)
1a3fd92063 Tests: Fix t_interface_array2 tests (#6065)
ed46878f7b Fix virtual interface array typedef expressions (#6057).
593da4e38f Internals: Fix missing const. No functional change.
Compare 19 commits »
VeniVidiVici synced commits to refs/pull/4844/merge at VeniVidiVici/verilator from mirror 2025-06-07 05:02:43 +08:00
31d4375ab5 Merge ea62a51589caa2574f9a90cd7220a0895055e1fd into 7dbe4f18075b0635d834d141ed9322266957c2e7
7dbe4f1807 Fix V3OrderParallel scoring contraction hang (#6052)
5fcd0e52e7 Fix casting to arrays of enums (#6044)
76aced4d40 Fix parameter types of user defined arrays (#6042)
66259d8909 Fix GCC 10 read-only linker error (#6040)
Compare 10 commits »
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-05 23:45:32 +08:00
758645c3fa 不知道怎样链接math.h库
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-04 11:36:27 +08:00
bdfe9a0e40 写了merge2函数中的循环赋值部分
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-06-03 17:51:05 +08:00
625df667ea 在写merge函数
VeniVidiVici pushed to master at VeniVidiVici/my_lcthw 2025-05-31 00:30:51 +08:00
f08608b1e3 自底向上归并排序,归并算法不知道怎么写