Skip to content

fix(fpga): support no-diff without specified ref-so#849

Merged
klin02 merged 1 commit intomasterfrom
fix-nodiff
Apr 8, 2026
Merged

fix(fpga): support no-diff without specified ref-so#849
klin02 merged 1 commit intomasterfrom
fix-nodiff

Conversation

@klin02
Copy link
Copy Markdown
Member

@klin02 klin02 commented Apr 7, 2026

Previously we always use difftest_init(true, ) even with --no-diff, which requires us to specify ref-so path or NEMU_HOME.

This change replace it with difftest_init(args.enable_diff, ).

Previously we always use difftest_init(true, ) even with --no-diff,
which requires us to specify ref-so path or NEMU_HOME.

This change replace it with difftest_init(args.enable_diff, ).
@klin02 klin02 requested a review from xiaokamikami April 7, 2026 15:18
@klin02 klin02 merged commit e96b92b into master Apr 8, 2026
6 checks passed
@klin02 klin02 deleted the fix-nodiff branch April 8, 2026 06:14
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Current result (nutshell) - 2026-04-08 21:38

Instance Module Total LUTs Logic LUTs LUTRAMs SRLs FFs RAMB36 RAMB18 URAM DSP Blocks
U_CPU_TOP SimTop_wrapper 125502 (3.1%) 116198 9304 0 93057 17 13 4 16
nutcore NutCore 16587 (0.4%) 16427 160 0 20989 17 9 0 16
difftest_host HostEndpoint 25417 (0.6%) 16273 9144 0 32155 0 0 0 0
endpoint GatewayEndpoint 81123 (2.0%) 81123 0 0 37454 0 0 0 0

Archive (latest, 20260406)

Instance Module Total LUTs Logic LUTs LUTRAMs SRLs FFs RAMB36 RAMB18 URAM DSP Blocks
U_CPU_TOP SimTop_wrapper 117632 (2.9%) 106436 11196 0 67653 17 13 4 16
nutcore NutCore 16589 (0.4%) 16429 160 0 20989 17 9 0 16
difftest_host HostEndpoint 25415 (0.6%) 16271 9144 0 16454 0 0 0 0
endpoint GatewayEndpoint 73253 (1.8%) 71361 1892 0 27751 0 0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants