Module: HDLRuby::High::Soft

Defined in:
lib/HDLRuby/soft/stacks.rb

Constant Summary collapse

PUSH =

Declare the possible commands for the stack.

0
POP =

Pushes the value of input din into the stack.

1
READ =

Pops din values for the stack. If din is negative, allocates din elements on the stack.

2
WRITE =

Read the value address din and output it on dout.

3