openasip
openasip copied to clipboard
Open Application-Specific Instruction Set processor tools (OpenASIP)
Why this is not trivially fixed in general is that operations usually can be assigned to multiple FUs, but when the user has explicitly set the operation to an FU...
Created a dummy pull request, just to have a place to add misc comments to.
Hello, The request contains 64-bit compatible sample functional units. Latif Akçay
HDBeditor correctly creates external ports for custom FUs that are present in _tta0.vhdl_ but the testbench (_proch_arch.vhdl_) has no instantiation of those ports so they have to be added manually....
It's a bit illogical now that ProGe cannot generate a functioning processor without generating a program for it?
If the Processor Implementation dialog is opened in a small display, the New value: text box is hidden and user gets confused on how to update the values. After making...
Hi, I'd like to compile C++11 code on a TTA system, stdc++ lib is necessary. As the installation procedure in TCE for LLVM differs from the "getting started" page (https://llvm.org/docs/GettingStarted.html),...
Hi, tcecc fails to compile C++ Files with the .cxx extension. .cpp and .cc work fine. `tcecc -a opt.adf -o testCXXCompiler.cxx.o -c testCXXCompiler.cxx` `Unknown input file type.` I think the...
this is My test code: #include #include #include typedef struct { int width; int height; int channels; unsigned char* imageData; } ClImage; int main(int argc, char* argv[]) { unsigned char...
Couple of times I have been faced issue where TPEF file causes endless loop when generatebits command is used. I made some debug and noticed that "generateDataImage()" function in file...