Skip to content

v0.9.1

Compare
Choose a tag to compare
@Obijuan Obijuan released this 22 Mar 23:10
· 445 commits to develop since this release

What's Changed

  • oss-cad-suite: Version 0.0.9, by @cavearr
  • Code cleaning, documentation and refactoring, by @Obijuan
  • Add top-module parameter to the apio.ini file, by @Obijuan
  • apio init now includes the option parameter top-module, by @Obijuan
  • TinyFPGA-BX upload messages improved, by @Obijuan
  • iceprog upload messages improved, by @Obijuan
  • apio install -l: Package listing improved, by @Obijuan
  • apio examples -l: examples listing improved, by @Obijuan
  • apio boards -l: board listing improved, by @Obijuan
  • Add suport for the Theta Machines ETH4K board by @will-hut in #339
  • Added to the apio sim an optional -testbench flag by @zapta in #341
  • Extended the apio clean command to delete all the .out and .vcd files. by @zapta in #342
  • Changed the behavior of the sim command to require --testbench flag if more than once benchmark is found. by @zapta in #343
  • Apio verify/lint commands now process also all the testbench files. by @zapta in #344
  • Added to the gtkwave command a flag to disable the spalsh screen. by @zapta in #347
  • Fixing the apio time command. by @zapta in #349
  • Changed the default zoom of gtkwave from min to max. by @zapta in #350
  • Added an apio test command. by @zapta in #352
  • Tweaking the verify command warnings. by @zapta in #353
  • Added the alias -h to the existing --help flag. by @zapta in #355
  • Added the 'apio graph' command which generates a svg graph of the verilog code. by @zapta in #356
  • Two minor fixes. Click command metavar and yosys graph command. by @zapta in #359
  • Undoing a previous change in the yosys graph generation command that was apparently unnecessary. by @zapta in #360
  • Added support for OSX arm 64, by @cavearr
  • Fix unconstrained in LPF for ecp5 boards with the new oss cad suite, by @cavearr
  • Fix SConstruct bug for ecp5 boards and support for custom top module by command line, by @cavearr

Important

  • Since this release, you should include the top-module name in the apio.ini project file (or pass it though parameters). If no module name is given, main is used by default

New Contributors

Full Changelog: v0.8.4...v0.9.0