Johan Euphrosine
Johan Euphrosine
got https://gist.github.com/proppy/b2edb8ce0f209609dc6d90a2da6b9b9f#file-fusesoc-cue out of running https://github.com/wolverdude/GenSON on `fusesoc_libraries/` + `serv` core files, and massage the output a little bit. @olofk I'm curious if we should keep the tools section generic,...
cue actually allows you to express: - constraints - data - transformations within the same `.cue` file. A funny way to think of it, is that in cue `2` is...
Yep all makes sense. 2. note the cue can also be used for validation, so jsonschema is not strictly needed for that 3. one "reason" to export to jsonschema would...
@olofk that makes sense are you happy with what something like https://sphinx-jsonschema.readthedocs.io/en/latest/or https://sphinxcontrib-opendataservices-jsonschema.readthedocs.io/en/latest/ renders? https://sphinx-jsonschema.readthedocs.io/en/latest/schemakeywords.html#caption or are you looking at matching the current rendering?
@olofk also quickly imported serv core conf in cue and put together https://gist.github.com/proppy/fd26d30d23b6a9b4f37096da90f3f09c#file-serv-cue-L95 to give an idea of what kind of "transformation" can be done w/ cue expression: If you...
Yep, this and `dataclasses` also got mentioned in https://github.com/olofk/edalize/issues/288. That would be a good way to piggy back on the existing python tooling for doc generation.
> So there's actually no interesting thing we can do with the with statement in Python. It'd be useful if there was some macro, but, nop. What about something like...
@jd Sorry for the lack of update. I was thinking retry wouldn't really need to know about the code being retried, if it provide something that yields "Attempt context-managers". Something...
oh yes, you're right, maybe a better way to phrase it would have been to say that it would allow to introduce developers to register based manipulation (which, I guess,...
Sorry for the lack of precision I was referring to driving the PWM in a pattern similar to https://github.com/im-tomu/fomu-workshop/blob/master/riscv-blink/src/main.c#L9 rather than blinking full blue, full red, full green at `clock...