t1
t1 copied to clipboard
Difference in generated results between Serialization Flow and Binder Framework
Reproduce steps
- Checkout branch
binder-again
. - 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. - Run
nix build '.#t1.blastoise.subsystem.rtl' -L
for both flow, generated files will be under./result
directory. -
diff
files between the 2./result
directories, see differences.