Skip to content

0.4.0

Compare
Choose a tag to compare
@rachitnigam rachitnigam released this 22 Jul 20:22
  • Language: New repeat operator that can be used in dynamic contexts as well. When possible, static-promotion will attempt to promote it.
  • Fix: wrap-main correctly instantiates the original "toplevel" component in the generated main component.
  • Make Workspace::construct_with_all_deps public to allow construction of multi-file workspaces.
  • Don't emit clk ports for @external cells in the AXI generator.
  • BREAKING: Redesign the interface for LibrarySignatures.
    • Expose methods to add new primitives to the library
    • Rewrite the IR printer to print out source primitives when skip_primitive is set.