R
R
- [ ] ``` [Blinky] has a stateful feedback loop in a fabric-based (vs hard IP) counter but my timing analyzer thinks everything is combinatorial right now it tries to...
Theoretically you should be able to use another Verilog simulator along with gpcosim (e.g. a proprietary one). Not sure why exactly you would do that, but...
@azonenberg and I discussed this IRL at DefCon and he mentioned that he isn't a huge fan of VPI and might consider a completely different interface for the cosimulation code....
Data for the 64-macrocell device has been collected via clever JTAG probing - [ ] XC2C128 - [ ] XC2C256 - [ ] XC2C384 - [ ] XC2C512
This is because we currently do not have the ZIA/AIM interconnect data for this part (#100 ). We cannot copy the data file from ISE, so we need alternative ways...
The existing code (https://github.com/rqou/xc2-zia-probe-thingy/blob/master/poke_device.py) uses a very incomplete "JTAG adapter" firmware (https://github.com/rqou/crabbytty) that is effectively just a bitbang interface. Any other JTAG adapter should be usable as long as it's...
Thank you, that was very helpful. I've made a PR with my very preliminary implementation.
re https://github.com/NationalSecurityAgency/ghidra/pull/6390#issuecomment-2043412222: to be honest I have no idea what this actually does (running sleigh manually works without doing this), but I've added it as a separate commit re https://github.com/NationalSecurityAgency/ghidra/pull/6390#issuecomment-2043952241:...
As someone who has contributed to other projects that involve reverse engineering, I can assure you that the reverse-engineering processes that was done in order to create this specific PR...
> does this break pthread detection mechanisms like cmake find_package(Threads)? I don't know. I don't use cmake beyond building other software that uses it. Several of the comments in the...