Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions hardfloat_8086-SSE.core
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
CAPI=2:

name: ::hardfloat_8086_sse:0-r1
description: HardFloat specialized for 8086-SSE

filesets:
source:
files:
- source/addRecFN.v
- source/bsg_hardfloat_pkg.v
- source/compareRecFN.v
- source/divSqrtRecFN_small.v
- source/fNToRecFN.v
- source/HardFloat_consts.vi: {is_include_file : true}
- source/HardFloat_localFuncs.vi: {is_include_file : true}
- source/HardFloat_primitives.v
- source/HardFloat_rawFN.v
- source/iNToRecFN.v
- source/isSigNaNRecFN.v
- source/mulAddRecFN.v
- source/mulRecFN.v
- source/recFNToFN.v
- source/recFNToIN.v
- source/recFNToRecFN.v
- source/8086-SSE/HardFloat_specialize.vi: {is_include_file : true}
- source/8086-SSE/HardFloat_specialize.v
file_type: systemVerilogSource

targets:
default:
filesets: [source]

# Example lint target
lint_compareRecFN:
default_tool: verilator
filesets: [source]
tools:
verilator:
mode: lint-only
verilator_options:
- -Wwarn-lint
- -Wwarn-style
- -Wno-WIDTH
- -Wno-DECLFILENAME
toplevel: compareRecFN
50 changes: 50 additions & 0 deletions hardfloat_ARM-VFPv2.core
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
CAPI=2:

name: ::hardfloat_arm_vfpv2:0-r1
description: HardFloat specialized for ARM-VPFv2

filesets:
source:
files:
- source/addRecFN.v
- source/bsg_hardfloat_pkg.v
- source/compareRecFN.v
- source/divSqrtRecFN_small.v
- source/fNToRecFN.v
- source/HardFloat_consts.vi: {is_include_file : true}
- source/HardFloat_localFuncs.vi: {is_include_file : true}
- source/HardFloat_primitives.v
- source/HardFloat_rawFN.v
- source/iNToRecFN.v
- source/isSigNaNRecFN.v
- source/mulAddRecFN.v
- source/mulRecFN.v
- source/recFNToFN.v
- source/recFNToIN.v
- source/recFNToRecFN.v
- source/ARM-VFPv2/HardFloat_specialize.vi: {is_include_file : true}
- source/ARM-VFPv2/HardFloat_specialize.v
file_type: systemVerilogSource

targets:
default:
filesets: [source]

# Example lint target
lint_compareRecFN:
default_tool: verilator
filesets: [source]
tools:
verilator:
mode: lint-only
verilator_options:
- -Wwarn-lint
- -Wwarn-style
- -Wno-WIDTH
- -Wno-DECLFILENAME
toplevel: compareRecFN

provider :
name : github
user : bsg-external
repo : HardFloat
45 changes: 45 additions & 0 deletions hardfloat_RISCV.core
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
CAPI=2:

name: ::hardfloat_riscv:0-r1
description: HardFloat specialized for RISCV

filesets:
source:
files:
- source/addRecFN.v
- source/bsg_hardfloat_pkg.v
- source/compareRecFN.v
- source/divSqrtRecFN_small.v
- source/fNToRecFN.v
- source/HardFloat_consts.vi: {is_include_file : true}
- source/HardFloat_localFuncs.vi: {is_include_file : true}
- source/HardFloat_primitives.v
- source/HardFloat_rawFN.v
- source/iNToRecFN.v
- source/isSigNaNRecFN.v
- source/mulAddRecFN.v
- source/mulRecFN.v
- source/recFNToFN.v
- source/recFNToIN.v
- source/recFNToRecFN.v
- source/RISCV/HardFloat_specialize.vi: {is_include_file : true}
- source/RISCV/HardFloat_specialize.v
file_type: systemVerilogSource

targets:
default:
filesets: [source]

# Example lint target
lint_compareRecFN:
default_tool: verilator
filesets: [source]
tools:
verilator:
mode: lint-only
verilator_options:
- -Wwarn-lint
- -Wwarn-style
- -Wno-WIDTH
- -Wno-DECLFILENAME
toplevel: compareRecFN