Sha256: e8758522a85ce6d10be2278a06763944b9aa3147d37e962815088347033bde7a

Contents?: true

Size: 468 Bytes

Versions: 12

Compression:

Stored size: 468 Bytes

Contents

This template is used to test that the custom inspect methods of the various RGen datatypes work

Should display a list of registers:

<%= $nvm.regs.inspect %>

Should display an actual register:

<%= $nvm.regs(:mclkdiv).inspect %>

This one had problems in real life:

% $nvm.add_proth_reg
<%= $nvm.regs(:proth).inspect %>

Check the multi bitgroups scattered through the register

% $nvm.add_multi_split_reg
<%= $nvm.regs(:multi_group).inspect %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
origen-0.2.0 templates/test/inspections.txt.erb
origen-0.1.3 templates/test/inspections.txt.erb
origen-0.1.2 templates/test/inspections.txt.erb
origen-0.1.1 templates/test/inspections.txt.erb
origen-0.1.0 templates/test/inspections.txt.erb
origen-0.0.9 templates/test/inspections.txt.erb
origen-0.0.8 templates/test/inspections.txt.erb
origen-0.0.6 templates/test/inspections.txt.erb
origen-0.0.5 templates/test/inspections.txt.erb
origen-0.0.4 templates/test/inspections.txt.erb
origen-0.0.3 templates/test/inspections.txt.erb
origen-0.0.2 templates/test/inspections.txt.erb