• Joined on 2024-06-02
luke synced commits to refs/heads/main at luke/nextpnr from mirror 2026-08-03 22:30:27 +02:00
2fb1d1982f Gowin. Fix wire IDs leak.
luke synced commits to refs/heads/refs/pull/1764/merge at luke/nextpnr from mirror 2026-08-03 22:30:27 +02:00
9f4efda9bd Merge 840311b5ac4796413451afa5185c51a10e0df8df into 2fb1d1982f91561e5731d9eb9dcae919444948b1
2fb1d1982f Gowin. Fix wire IDs leak.
Compare 2 commits »
luke synced commits to refs/heads/refs/pull/9542/head at luke/sbt from mirror 2026-08-03 22:21:04 +02:00
36c2a99390 [2.x] fix: Complete earlyOutputPing on cache-hit and failed compiles
luke synced commits to refs/heads/refs/pull/9542/merge at luke/sbt from mirror 2026-08-03 22:21:04 +02:00
07cd797e75 Merge 36c2a993901e85a3139e042e200020b71dda89a6 into 5d7dbdb42717234e27f58ca00a49511eadcddccc
36c2a99390 [2.x] fix: Complete earlyOutputPing on cache-hit and failed compiles
Compare 2 commits »
luke synced commits to refs/heads/refs/pull/8010/merge at luke/verilator from mirror 2026-08-03 22:21:00 +02:00
3b0fc118ff Merge f0f9290b6d9da8313580dc2b874afe9dbdbd2ffc into 0750e18ad058e91d9148460756435b437539218c
0750e18ad0 Internals: Remove ordering before MTask contraction (#8019)
a24dd8b2dc Fix generic interface param resolution in module/cell parameterization (#7970) (#7971)
2022bacd38 Fix timing controls in interface tasks called via virtual interface (#7959)
29fd2cf90d Add MULTIDRIVEN checks for clocking block outputs (#7987)
Compare 5 commits »
luke synced commits to refs/heads/refs/pull/8021/head at luke/verilator from mirror 2026-08-03 22:21:00 +02:00
76bf4cf9ab Apply 'make format' [ci skip]
3a9d4ff87f Tests: Cover a dist bucket pick against a cross-variable implication
1167ce6163 Tests: Cover a negative literal dist item in t_constraint_dist_nonconst
6ca11f418c Fix dist weights ignored in an inline randomize() with
d58f512a85 Internals: Remove stepCost use in MT scheduling (#8032)
Compare 14 commits »
luke synced commits to refs/heads/refs/pull/8021/merge at luke/verilator from mirror 2026-08-03 22:21:00 +02:00
23e31fb12d Merge 76bf4cf9ab3ba9e8d49b24fa0972a34bf92bab6e into b42d7c2d9e51eaa50bc3b90423fdfa3b9e00bd91
76bf4cf9ab Apply 'make format' [ci skip]
b42d7c2d9e Internals: Move critical path propagators to MTaskGraph from Contraction
d58f512a85 Internals: Remove stepCost use in MT scheduling (#8032)
1356c15e44 Fix use-after-free in V3LinkDotIfaceCapture (#7943)
Compare 13 commits »
luke synced commits to refs/heads/refs/pull/8032/head at luke/verilator from mirror 2026-08-03 22:21:00 +02:00
141a93aa91 Comment on overflow
luke synced commits to refs/heads/refs/pull/7193/merge at luke/verilator from mirror 2026-08-03 22:20:55 +02:00
2c443736d1 Merge 613fa4d2ea265b0ee8a6e5e91813287601dfa8bb into 0750e18ad058e91d9148460756435b437539218c
0750e18ad0 Internals: Remove ordering before MTask contraction (#8019)
a24dd8b2dc Fix generic interface param resolution in module/cell parameterization (#7970) (#7971)
2022bacd38 Fix timing controls in interface tasks called via virtual interface (#7959)
29fd2cf90d Add MULTIDRIVEN checks for clocking block outputs (#7987)
Compare 5 commits »
luke synced commits to refs/heads/refs/pull/7967/merge at luke/verilator from mirror 2026-08-03 22:20:55 +02:00
aa7323d23e Merge 2e0ea58b4ea7bb3bd69b6a06359fd8c41c277cee into 0750e18ad058e91d9148460756435b437539218c
0750e18ad0 Internals: Remove ordering before MTask contraction (#8019)
a24dd8b2dc Fix generic interface param resolution in module/cell parameterization (#7970) (#7971)
2022bacd38 Fix timing controls in interface tasks called via virtual interface (#7959)
29fd2cf90d Add MULTIDRIVEN checks for clocking block outputs (#7987)
Compare 5 commits »
luke synced commits to refs/heads/refs/pull/7984/merge at luke/verilator from mirror 2026-08-03 22:20:55 +02:00
a12fdba984 Merge b156db3c79b037bc0ddf0475ddfdb5282372a6d4 into 0750e18ad058e91d9148460756435b437539218c
0750e18ad0 Internals: Remove ordering before MTask contraction (#8019)
a24dd8b2dc Fix generic interface param resolution in module/cell parameterization (#7970) (#7971)
2022bacd38 Fix timing controls in interface tasks called via virtual interface (#7959)
29fd2cf90d Add MULTIDRIVEN checks for clocking block outputs (#7987)
Compare 7 commits »
luke synced commits to refs/heads/refs/pull/7991/head at luke/verilator from mirror 2026-08-03 22:20:55 +02:00
dc45ebb225 Spell out the chrono time point type in peekReadable
7e9f9a620f Merge remote-tracking branch 'upstream/master' into fix/solversession-redesign
4e4a040b5e Move VERILATOR_SOLVER_TIMEOUT to a follow-up PR and drop one-letter locals
0750e18ad0 Internals: Remove ordering before MTask contraction (#8019)
a24dd8b2dc Fix generic interface param resolution in module/cell parameterization (#7970) (#7971)
Compare 16 commits »
luke synced commits to refs/heads/refs/pull/7991/merge at luke/verilator from mirror 2026-08-03 22:20:55 +02:00
ce9346d755 Merge dc45ebb225293bbe3d92012a05dcb0476702de03 into 1356c15e443837f24188cd48b231b8ef2899f5c2
dc45ebb225 Spell out the chrono time point type in peekReadable
1356c15e44 Fix use-after-free in V3LinkDotIfaceCapture (#7943)
3c47e5735a CI: Bump docker/login-action from 4.5.1 to 4.6.0 in the everything group (#8033)
7e9f9a620f Merge remote-tracking branch 'upstream/master' into fix/solversession-redesign
Compare 7 commits »
luke synced and deleted reference refs/tags/refs/pull/7943/merge at luke/verilator from mirror 2026-08-03 22:20:54 +02:00
luke synced and deleted reference refs/tags/refs/pull/8032/merge at luke/verilator from mirror 2026-08-03 22:20:54 +02:00
luke synced commits to refs/heads/master at luke/verilator from mirror 2026-08-03 22:20:54 +02:00
b42d7c2d9e Internals: Move critical path propagators to MTaskGraph from Contraction
d58f512a85 Internals: Remove stepCost use in MT scheduling (#8032)
1356c15e44 Fix use-after-free in V3LinkDotIfaceCapture (#7943)
3c47e5735a CI: Bump docker/login-action from 4.5.1 to 4.6.0 in the everything group (#8033)
Compare 4 commits »
luke synced commits to refs/heads/refs/pull/594/merge at luke/openFPGALoader from mirror 2026-08-03 22:20:34 +02:00
cc49386148 Merge b6df4b8699028d9b311504b3398ac7b601781875 into d402bdbd7b795b9623e047d8eb3c4c7c866279e5
d402bdbd7b Merge pull request #698 from lhartmann/master
8f16d50710 Fix logic errors on _backend identification.
5d77b4acb6 Add Altera Cyclone II device IDs. (#697)
Compare 4 commits »
luke synced commits to refs/heads/refs/pull/643/merge at luke/openFPGALoader from mirror 2026-08-03 22:20:34 +02:00
e4778303c3 Merge ee8c35fd4d6ebfaa568a39c1cbe65069dd13be85 into d402bdbd7b795b9623e047d8eb3c4c7c866279e5
d402bdbd7b Merge pull request #698 from lhartmann/master
8f16d50710 Fix logic errors on _backend identification.
5d77b4acb6 Add Altera Cyclone II device IDs. (#697)
0041a20401 Added support for part xcvu7p-flvb2104, idcode 0x14B29093 (#695)
Compare 12 commits »
luke synced commits to refs/heads/master at luke/ngspice from mirror 2026-08-03 22:10:35 +02:00
0bd394dc7a examples/xspice/filesource/filesource_variants.cir fails with compatmode ps.
49674ad93e better visibility of standard plot
929020f01f mix spice and plain numbers
75009e9afc * Enhancement-306: ngspice — the E-241 twin in the fft expression function
28b3cb831b * E-252: XSPICE xfer/file_source — fix two heap out-of-bounds writes in the file parsers
Compare 9 commits »
luke synced commits to refs/heads/pre-master-47 at luke/ngspice from mirror 2026-08-03 22:10:35 +02:00
e441cd660c stop adding nominal temperature to a temperature difference
5bad670835 stop adding nominal temperature to a temperature difference
5cd19a07dd examples/xspice/filesource/filesource_variants.cir fails with compatmode ps.
790634a79e better visibility of standard plot
e286f24bcc mix spice and plain numbers
Compare 5 commits »