Merge pull request #245 from paulusmack/fpu
[microwatt.git] / soc.vhdl
index 0a700260ad7f049b9468a0a6dab8bd093df514d7..7ab146f39410fd7ee0b514a35c59ec9df5ef86cf 100644 (file)
--- a/soc.vhdl
+++ b/soc.vhdl
@@ -52,6 +52,7 @@ entity soc is
        RAM_INIT_FILE      : string;
        CLK_FREQ           : positive;
        SIM                : boolean;
+        HAS_FPU            : boolean := true;
        DISABLE_FLATTEN_CORE : boolean := false;
        HAS_DRAM           : boolean  := false;
        DRAM_SIZE          : integer := 0;
@@ -253,6 +254,7 @@ begin
     processor: entity work.core
        generic map(
            SIM => SIM,
+            HAS_FPU => HAS_FPU,
            DISABLE_FLATTEN => DISABLE_FLATTEN_CORE,
            ALT_RESET_ADDRESS => (23 downto 0 => '0', others => '1'),
             LOG_LENGTH => LOG_LENGTH