Announce: rhdl-0.4.3

RHDL-0.4.3 is released.

RHDL is an open source HDL/Simulation environment based on the Ruby
programming language. You can download it or find more info here:
http://www.aracnet.com/~ptkwt/ruby_stuff/RHDL/index.html

Thanks to those who gave feedback on the 0.4.2 version! Please keep the
comments coming.

Changes since 0.4.2:

  • fixed problem with ClkGen (wouldn’t work with a 1,1 clock)
  • fixed BitVector xor problem
  • Added unit tests for Bit, BitVector, Signal (yeah, I should have created
    the unit tests prior to creating the classes, shame on me for not
    following XP practices :wink:
  • Changed StateType to the more generic EnumType
  • Changed TestBench module name to Simulator (‘step’ is in Simulator now)
  • Changed Simulator::step so that it takes an optional code block
  • Updated docs to reflect changes
  • Updated UsersGuide
  • fixed some other bugs…

Phil