This website requires JavaScript.
Explore
Help
Sign In
notafile
/
futilehdl
Watch
1
Star
0
Fork
You've already forked futilehdl
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7411ad59ad
futilehdl
/
doc
/
examples
/
comparator.fut
8 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
get examples semi-working again
2022-02-04 23:58:47 +00:00
comb comparator (
make examples parse with new parser
2022-02-02 00:13:33 +00:00
a: Logic<8>,
b: Logic<8>
rework typed_ir to have flat expressions
2022-04-05 21:31:20 +00:00
) -> Logic<1>
make examples parse with new parser
2022-02-02 00:13:33 +00:00
{
get examples semi-working again
2022-02-04 23:58:47 +00:00
~reduce_or(a ^ b)
add comparator example
2022-01-04 19:37:54 +00:00
}