From: Robert Jordens Date: Sun, 7 Sep 2014 06:18:04 +0000 (-0600) Subject: cordic: round() constants if not power of two bitwidth, cleanup, simplify some logic X-Git-Tag: 24jan2021_ls180~2099^2~302 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d84a7a9de47201a1dbe06860a57e54800a70fde;p=litex.git cordic: round() constants if not power of two bitwidth, cleanup, simplify some logic --- diff --git a/examples/sim/cordic_err.py b/examples/sim/cordic_err.py index bd22f250..d7b89b1c 100644 --- a/examples/sim/cordic_err.py +++ b/examples/sim/cordic_err.py @@ -15,30 +15,30 @@ class TestBench(Module): n = 1<