Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Releases: taichi-ishitani/rggen

v0.8.2

26 May 15:18
Compare
Choose a tag to compare
  • Instantiate RO bit field module for reserved bit field to fix #134

v0.8.1

15 May 09:55
Compare
Choose a tag to compare

v0.8.0

31 Jan 01:43
Compare
Choose a tag to compare
  • Implemented new configuration parameters
    • array_port_format: Specify format of array ports (#125)
      • unpacked: Use unpacked array
      • vectored: Use one-dimensional vector
    • unfold_sv_interface_port: If set true, SV interface ports are unfolded to each signal ports (#124)
  • Removed IRQ feature (#128)
  • Specify data type of in/out ports of generated RTL (#126)

v0.7.2

14 Jan 12:42
Compare
Choose a tag to compare
  • Implemented the internal bus bridge module for AXI4 Lite (#41, #117, #121)
    • Special thanks to Adrian Fiergolski (@adrianf0) !

v0.7.1

20 Dec 05:14
Compare
Choose a tag to compare
  • fixed CI error with Ruby 2.3.2 and 2.3.3 (#115)

v0.7.0

20 Dec 02:05
Compare
Choose a tag to compare
  • Removed Ruby 2.2 support (#112)
  • Replaced ERB engine from BabyErubis to Erubi (#60)

v0.6.4

09 Feb 13:30
Compare
Choose a tag to compare

Changes

  • Update copyright year
  • Remove Ruby 2.0 and 2.1 support (#59)

v0.6.2

03 Jun 13:28
Compare
Choose a tag to compare

Fixed Issues

Changes

  • Abort and display error message when RgGen::RuntimeError or OptParse::ParseError are raised (#43, #58)

v0.6.1

31 May 03:11
Compare
Choose a tag to compare

Fixed Issues

  • Instance names of a register module and a bit field module may be overlapped (#56)