1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-07 11:17:20 +00:00

Disable FPU

This commit is contained in:
Anton Blanchard
2021-12-30 12:17:25 +11:00
parent 1383bbb8be
commit 7da4977028

View File

@@ -12,7 +12,7 @@ entity toplevel is
RESET_LOW : boolean := true;
CLK_INPUT : positive := 100000000;
CLK_FREQUENCY : positive := 100000000;
HAS_FPU : boolean := true;
HAS_FPU : boolean := false;
HAS_BTC : boolean := false;
NO_BRAM : boolean := false;
DISABLE_FLATTEN_CORE : boolean := false;