Begin adding floating point cordic pipeline
authorMichael Nolan <mtnolan2640@gmail.com>
Tue, 28 Apr 2020 17:21:20 +0000 (13:21 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Mon, 4 May 2020 18:55:10 +0000 (14:55 -0400)
commitbb2140955b8a7c836e061c14d75aff22f0d96bf2
tree7289e173218e33209c4210fc1b6ddaa139889e9a
parent17c9abf1b2aa4e0ad01b5b011a2e7d09517521de
Begin adding floating point cordic pipeline
src/ieee754/cordic/fp_pipe_data.py [new file with mode: 0644]
src/ieee754/cordic/fp_pipe_init_stages.py [new file with mode: 0644]
src/ieee754/cordic/fp_pipeline.py [new file with mode: 0644]
src/ieee754/cordic/test/test_fp_pipe.py [new file with mode: 0644]