Andreas Wallner

Results 93 comments of Andreas Wallner

Hi, ad 1) Import alone should be sufficient. The files that you are currently generating are valid and correct XMLs as far as I've seen. Our tools should therefore understand...

I have the same issue here when trying to import `numexpr`. I'm using: - python 3.9.8 64bit (from https://winpython.github.io/) they hint at the need to install 2017...2019 redistributable - pip...

@c-thaler I know I'm a bit late to the party, but my 0.02€ from using the regif stuff (just regarding the generators, not the other stuff): I'm not sure whether...

Thinking about it for a second time it makes sense now - when I wrote the bug I somehow mixed up the delta cycles... Thanks for the quick response^^

@jijingg Sorry to butt in so late... It would be great if one could still generate other ouputs from the model. I'd like to e.g. generate header files that look...

@jijingg Example for CMSIS Headers would be (for your first example in #237, not complete): typedef struct { __IO uint32_t REG0; __IO uint32_t REG1; __IO uint32_t REG2; uint32_t __IO uint32_t...

@numero-744 isn't `SOURCE_DATE_EPOCH` supposed to be set by the distribution (in the namings of reproducible-builds.org) to be consumed by sbt, rather than being set by sbt? You basically overwrite the...

> So the question is how do you find the poeple to scale up ? I'm not sure there is a solution for that in open source. From other projects...

There is a fork by @GerHobbelt that includes this and quite a few other fixes: https://github.com/GerHobbelt/clipp

@PythonLinks One quick hint here: If you plan to document an undocumented module, please say something first, some parts of `lib` are not documented by choice, e.g. because we didn't...