t1 icon indicating copy to clipboard operation
t1 copied to clipboard

Difference in generated results between Serialization Flow and Binder Framework

Open SpriteOvO opened this issue 10 months ago • 0 comments

Reproduce steps

  1. Checkout branch binder-again.
  2. https://github.com/chipsalliance/t1/blob/925e01e361bff268b51bbd83ebd0e4a693d46c26/nix/t1/default.nix#L81 Specifying use-binder = true; to use the Binder Framework, commenting it out to use the old Serialization Flow.
  3. Run nix build '.#t1.blastoise.subsystem.rtl' -L for both flow, generated files will be under ./result directory.
  4. diff files between the 2 ./result directories, see differences.

SpriteOvO avatar Mar 29 '24 06:03 SpriteOvO