diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:28:05 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-02 00:25:49 +0900 |
commit | 39822b9bec4467b33955916ce10ecc64e5081edd (patch) | |
tree | 53b2b99cac17c8ab06afe3c689ce7e356fd93484 /README | |
parent | a73f6db940adbd60d1df65b5060bbcf67c867361 (diff) | |
download | kpicosim-39822b9bec4467b33955916ce10ecc64e5081edd.tar.gz kpicosim-39822b9bec4467b33955916ce10ecc64e5081edd.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Remove empty file NEWS.
Rework of the README and help page.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 55922fcee851967d9f06fa359b085bcbc00dfc75)
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,2 +1,20 @@ -See INSTALL for instructions on installation + + kpicosim - a development environment for microcontrollers. + +Kpicosim is a development environment for the Xilinx PicoBlaze-3 +soft-core processor for TDE. +The environment has an editor with syntax highlighting, compiler, +simulator and export functions to VHDL, HEX and MEM files. + + + CONTRIBUTING +============== + +If you wish to contribute to kpicosim (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |