Skip to content

Commit

Permalink
Vector equality is no longer a primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Oct 16, 2015
1 parent 1d69319 commit 28b8d8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
12 changes: 0 additions & 12 deletions clash-systemverilog/primitives/CLaSH.Sized.Vector.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
[ { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.eq#"
, "type" : "eq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[0] == ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.neq#"
, "type" : "neq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[0] != ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.head"
, "type" : "head :: Vec (n + 1) a -> a"
, "templateD" :
Expand Down
12 changes: 0 additions & 12 deletions clash-verilog/primitives/CLaSH.Sized.Vector.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
[ { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.eq#"
, "type" : "eq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[0] == ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.neq#"
, "type" : "neq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[0] != ~ARG[1]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.head"
, "type" : "head :: Vec (n + 1) a -> a"
, "templateD" :
Expand Down
12 changes: 0 additions & 12 deletions clash-vhdl/primitives/CLaSH.Sized.Vector.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
[ { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.eq#"
, "type" : "eq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[1] = ~ARG[2]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.neq#"
, "type" : "neq# :: Eq a => Vec n a -> Vec n a -> Bool"
, "templateE" : "~ARG[1] /= ~ARG[2]"
}
}
, { "BlackBox" :
{ "name" : "CLaSH.Sized.Vector.head"
, "type" : "head :: Vec (n + 1) a -> a"
, "templateD" :
Expand Down

0 comments on commit 28b8d8f

Please sign in to comment.