GithubHelp home page GithubHelp logo

olikraus / lpc804_plu Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 2.77 MB

LPC804 toolchain with PLU compiler and Flash-ROM upload tool

License: GNU General Public License v2.0

Makefile 7.41% C 91.73% Batchfile 0.86%

lpc804_plu's People

Contributors

olikraus avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

torwei

lpc804_plu's Issues

pluc, unknown refs

mwc.c: In function 'mwc_PrintMemList':
mwc.c:896:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
" '%s' ", (long)mwc->list[i]->i.arg_ptr );
^
C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0xbfa): undefined reference to xbm_vhdl_init' C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0xc13): undefined reference to xbm_vhdl_destroy'
C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0xd5c): undefined reference to xbm_DestroyAsync' C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0xd65): undefined reference to xbm_DestroyMachine'
C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0xeff): undefined reference to xbm_vhdl_destroy' C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0x2b26): undefined reference to xbm_MinimizeStates'
C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0x2b4d): undefined reference to xbm_NoMinimizeStates' C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0x2b79): undefined reference to xbm_EncodeStates'
C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0x2bb5): undefined reference to xbm_BuildTransferFunction' C:\msys64\tmp\ccUNrTA0.o:xbm.c:(.text+0x2c27): undefined reference to xbm_CheckTransferFunction'

symbolic names in pluc

#2 has deactivated the replacement algorithm.
maybe we can add this functionality to the dcl after read but before any further processing.
If there is one cube with one input and one output and the input is not used anywhere else and it outputs to only one variable and the output variable is used also as input, then we can replace the this input by the other input, removing the cube (and the original input)

pluc ignores assignment

./pluc 'PIO0_22 <= PIO0_10; PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c
has an issue, output does not show two lots

./pluc 'PIO0_22 <= PIO0_10;' 'PIO0_15 <= PIO0_2 & PIO0_22;' -oc tmp.c
is still better: at least two LUTs are generated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.