Skip to content

Modify Word Length

Description of issue:

The word length (number of bits) of the value for the inputs on operations should be able to be modified with a scaling parameter.

Linked Requirements:

( 48 )

Potential Issues:

None

Blockers:

( #7 (closed) )

Issue Requirements:
  1. Given a user defined scaling parameter then the word length of all operations should be modified using the scaling parameter.
  2. Setter shall send error if word length < 0.
Comment:

Should be able to use bit masking in Python or similar.

Integers > 0 and None are the only allowed values of the variable.<\p>

This issue only relates to the property. <\p>

Edited by Arvid Westerlund