Elektrine lite

← Feed

@whitequark@mastodon.social

Post #3164837

2025-12-31 01:58 UTC

@jpm@aus.social my core [vexriscv in a funny configuration] would flush the pipeline every time (and make the vcd hard to read) which is why i went with "branch predictor" (that i don't have); you're right of course

Replies (1)

  • @jpm@aus.social 2025-12-31 02:11

    @whitequark@mastodon.social ah gotcha, makes sense. // demented code gen optimisation: don’t flush pipeline if jump is to next address

    Open ##3164838