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
f037357ded
futilehdl
/
lib
/
builtins
/
main.hyd
9 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
fix rtlil generation
2022-02-20 21:44:58 +00:00
comb reduce_or<T> (
a: T
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
)
-> Logic<1> {
more typechecking af callables
2022-02-18 11:59:53 +00:00
reduce_or(a)
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
}