Add FSGNJ Pipeline stage and overall FSGNJ pipeline
authorMichael Nolan <mtnolan2640@gmail.com>
Sun, 26 Jan 2020 20:08:36 +0000 (15:08 -0500)
committerMichael Nolan <mtnolan2640@gmail.com>
Mon, 27 Jan 2020 02:28:53 +0000 (21:28 -0500)
commitd1f38b108b1bef1d98c31326e5f80ba0a1b057a5
treea8e3699ae29942109d94ec55619a8738fd4cf800
parent852e2193258054d5511b941beeadc80f328980b3
Add FSGNJ Pipeline stage and overall FSGNJ pipeline

My goal here was to create a very bare bones pipeline stage for the
purposes of implementing the FSGNJ functionality later. This code
should be able to at least be imported and the FSNJMuxInOut class
constructed without errors.
src/ieee754/fsgnj/fsgnj.py [new file with mode: 0644]
src/ieee754/fsgnj/pipeline.py [new file with mode: 0644]