Skip to content

Releases: arithy/simuhw

SimuHW 0.7.3

20 Jan 10:36

Choose a tag to compare

Add the following devices.

  • the ALU IC 74181
  • the look-ahead carry generator IC 74182

SimuHW 0.7.2

15 Jan 03:07

Choose a tag to compare

Add the following device.

  • generic ALUs

SimuHW 0.7.1

12 Jan 14:17

Choose a tag to compare

Add the following devices.

  • a tri-state buffer
  • a tri-state inverter
  • a lookup table device
  • a junction, which behaves as directly connected multiple input wires

Support high impedance state

Make several specification changes...

SimuHW 0.4.1

07 Jan 09:38

Choose a tag to compare

Add the following devices.

  • floating-point arithmetic devices specific to RISC-V

SimuHW 0.4.0

05 Jan 10:45

Choose a tag to compare

Add the following devices.

  • integer negators
  • integer comparators
  • integer converters
  • floating-point arithmetic devices

SimuHW 0.3.0

24 Dec 07:39

Choose a tag to compare

Add the following devices.

  • counters

Rename the following devices.

  • those whose names start with 'SIMD':
    • underscore is inserted right after it, i.e. 'SIMD_'.
  • those whose names contain 'modulo':
    • replaced with 'remainder'.

SimuHW 0.2.0

17 Dec 10:05

Choose a tag to compare

  • Add the following sorts of devices.
    • integer arithmetic devices
    • barrel shifter / rotator
    • bit operation devices
    • utility devices
  • Fix the following bug.
    • overflow when converting an integer to bytes

SimuHW 0.1.0

13 Dec 10:59

Choose a tag to compare

The first released version