Results 7 issues of filamoon

It was working fine when minSdkVersion was 16. After changed to 17 (everything else is the same), the html widget does not show at all. widget version: 0.5.11 and 0.5.8....

I tried both pywallet and the nodejs libs mentioned in https://medium.com/bitcraft/so-you-want-to-build-an-ethereum-hd-wallet-cb2b7d7e4998 From the same seed, I can get the same ethereum address using both methods. But the master pub keys...

I got the same error as #182, but the comments in it did not help. discovery_tcp.c:305:9: error: implicit declaration of function 'select' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ret = select(sock...

My tb is based on verilog-pcie and S10PcieDevice, with max_payload_size=0x1 and max_read_request_size =0x2: self.rc = RootComplex() self.rc.max_payload_size = 0x1 # 256 bytes self.rc.max_read_request_size = 0x2 # 512 bytes self.dev =...

[CentOS 7] Make fails in the verisim directory: [error] (Thread-17) java.io.IOException: Cannot run program "dtc": error=2, No such file or directory [error] java.io.IOException: Cannot run program "dtc": error=2, No such...

I would like to submit a PR to allow direclty simulating the sv files using commercial simulators without the help of sv2v. It is now working locally on my side....

So no need to use other tools to first convert SV to verilog.