-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't vendor llvm-sys, depend on it #142
Comments
Sorry, can you explain elaborately this finding. When it is happen, which OS you are using? Can you give some hints for the rebase action for git novices too. |
idk if you are asking for code but look at #143 143 |
Thanks for your work, but could you please explain more than TLDR about your commits? |
im trying to depend on llvm_sys rather than on llvm itself trusting hopefully the bindings will update automatically |
seems like a reasonable engineering decision. I built your PR against the arch linux distributed llvm. would be nice to see some more coordination on openvaf, it seems there are at least 3 forks with interesting patches. @arpadbuermen if you are going to maintain openvaf reloaded, it might make sense to create a new repo instead of a fork so that issues can be opened. updating llvm seems like some needed maintenance. does anyone know how semimod is doing their parameter extraction now? seems like openvaf/verilogae/dmt were the core tools in their workflow. presumably they just work well enough for them now? |
Now that you suggested it I will consider it. I have two reservations
Currently I am busy with implementing harmonic balance in VACASK (the OpenVAF part and half of the solver is done) and I have a paper to revise. After that I will probably do it. Disclaimer: I am not familiar with all the internals of OpenVAF. Don't expect too much in the realm of bug fixing :) |
I can star it... :)
no, it doesn't make a difference
sounds cool, had to google what harmonic balance is I'm not an expert in any of these topics. My current weekend project is trying to build some transistor circuits using laser induced graphene electrodes on polyimide film and an inkjet deposited PEDOT:PSS layer. So I'm at the stage of trying to produce and figure out how to test if what was produced is actually a transistor, not extracting dozens of parameters from a sophisticated model. |
I've implemented HB multiple times, including (HB noise) in my career, so please let me know if you would like any help on this item. Here is a simple implementation I've done for periodic steady state: |
@tcaduser Great. I will let you know when I hit the wall. Otherwise some pointers regarding PAC, PXF, PNOISE, QPAC, QPXF, QPNOISE analyses would be very helpful. I hear all you need is the conversion matrix which is a byproduct of HB. But don't know exactly how to perform them and what they mean. Cadence docs are good, but not good enough. |
great, I just changed the visibility of the project to public, in case the link didn't before. Please let me know if there is a preferred place for this discussion. The conversion matrix has almost twice the dimension of the steady state matrix to handle small-signal perturbations at each sideband of the large signal carrier. Here are some thesis from Stanford from the TCAD perspective of HB. Troyanovsky adapted a lot of their work from how simulations were done by HP/Agilent/Keysight ADS: Continuation of work with noise simulations. My thesis concerning more noise simulation. Note all of this work is derived from how it is done using circuit simulation. |
We can move to my mail to not bother the masses with our petty discussions. :) See my profile. |
@dvc94ch if that is not a joke (communication via chat makes everybody somewhat Asperger), then you are doing some really cool stuff. |
doesn't a joke have to be funny? there is recently published research from this year showing it's a viable path... happy to talk about it more somewhere else, not sure how to find other people interested in this weird topic... |
@arpadbuermen |
which flags did you use to build it? |
cargo build --release
|
I finally made it build with llvm18... |
Great. Make a pull request. I will try it out. |
Now your program will always be outdated unless you manually rebase the llvm part.
The text was updated successfully, but these errors were encountered: