Skip to content

Commit

Permalink
rename primitive float-point directory to float
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahanxie353 committed Feb 20, 2024
1 parent 3a90349 commit 0b808d0
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`ifndef __HARDFLOAT_DIVSQRTRECFN_V__
`define __HARDFLOAT_DIVSQRTRECFN_V__

`include "primitives/float-point/HardFloat_primitives.sv"
`include "primitives/float/HardFloat_primitives.sv"

module
fNToRecFN #(
Expand All @@ -13,7 +13,7 @@ module
input [inputWidth-1:0] in_,
output [outputWidth-1:0] out
);
`include "primitives/float-point/HardFloat_localFuncs.vi"
`include "primitives/float/HardFloat_localFuncs.vi"

/*------------------------------------------------------------------------
*------------------------------------------------------------------------*/
Expand Down
4 changes: 2 additions & 2 deletions runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ fud exec -s calyx.exec './target/debug/calyx' \

[[tests]]
name = "correctness floating-point"
paths = ["tests/correctness/float-point/*.futil"]
paths = ["tests/correctness/float/*.futil"]
cmd = """
fud exec --from calyx --to jq \
--through icarus-verilog \
Expand All @@ -451,7 +451,7 @@ fud exec --from calyx --to jq \
-s verilog.cycle_limit 500 \
{} -q
"""
expect_dir = "tests/correctness/float-point/"
expect_dir = "tests/correctness/float/"
timeout = 10

##### Examples #####
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "primitives/core.futil";
import "primitives/memories/comb.futil";
import "primitives/float-point/fNToRecFN.futil";
import "primitives/float/fNToRecFN.futil";

component main(@go go: 1) -> (@done done: 1) {
cells {
Expand Down

0 comments on commit 0b808d0

Please sign in to comment.