Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
100 contributions in the last year
Contribution activity
July 2020
Created a pull request in phanrahan/magma that received 3 comments
seq2 ite: implicit int conversion
convert int to the other type implicitly since test_sdram.py with sequential2
self.i = 1
causes ite expects same type for both branches error. re…
+15
−5
•
3
comments
Created an issue in phanrahan/magma that received 2 comments
coroutine non manual encoding behavior question
trying to figure out the non manual encoding behavior with this simple coroutine
import magma as m @m.syntax.coroutine
class top: def __init__(self…
2
comments