openasip
openasip copied to clipboard
Open Application-Specific Instruction Set processor tools (OpenASIP)
While initialization of globals can be done on some platforms (usually SRAM-based FPGAs like Intel Cyclone, ...) by simply using the generated image, other platforms doesn't allow this (ASIC, Flash-based...
This type of linkage errors happen at the end of build, in case TCE is built against headers with LLVM debug enabled and linked against a library that was built...
Tried to reuse an already existing processor with (instruction dictionary) decompressor for different software images. It seems that the switch "-ensure_programmability" has no effect as the decompressor is generated differently...
This is not nice because it needs the Xerces-C headers to be installed in a default location even when installing from binaries. I think we should be able to avoid...
Hi, I think the code below should be valid C99 code, but when I compiled it using tcecc (1.16-pre), I got following error: > llvm-tce: LLVMTCEBuilder.cc:900: void llvm::LLVMTCEBuilder::createExprDataDefinition(int, unsigned int&,...
I was thinking about testing (and especially CI for the new release) and I keep stumbling over the HDB. It's hard to build hermetic tests when you have a DB...
Three unrelated commits fixing some bugs I found: First one was found when compiling some fp16 code for LE machines. The second one was a ProDe GUI bug that prevented...
Fixes a bug where ttasim fails to find compiled simulation models.
Compiling the following OpenCL kernel code for a TTA target fails with an assertion: ```opencl __kernel void test(long a, __global int *b) { long mul = (a * (long)10); int...
Very sorry it took longer than it should have. Please advise me if there are any problems with this pull request.