]> git.nickg.me.uk Git - nvc.git/commit
WIP add a browser-based GUI
authorNick Gasson <nick@nickg.me.uk>
Fri, 9 Jun 2023 11:36:41 +0000 (12:36 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 4 Nov 2023 16:34:33 +0000 (16:34 +0000)
commit442bceebc4cf7d409a84138718243240628c5fa7
tree1931d2df5405df7d0ff5b6d4089d3bfbbd85be0a
parent3fc68bef0f4bc778b8d42edd6eb852ca8ac0b71c
WIP add a browser-based GUI
36 files changed:
.gitignore
Makefile.am
configure.ac
contrib/gui/.eslintignore [new file with mode: 0644]
contrib/gui/.eslintrc.js [new file with mode: 0644]
contrib/gui/Makemodule.am [new file with mode: 0644]
contrib/gui/README.md [new file with mode: 0644]
contrib/gui/babel.config.js [new file with mode: 0644]
contrib/gui/component/ClosedAlert.tsx [new file with mode: 0644]
contrib/gui/component/Sidebar.tsx [new file with mode: 0644]
contrib/gui/component/Toolbar.tsx [new file with mode: 0644]
contrib/gui/component/Transcript.css [new file with mode: 0644]
contrib/gui/component/Transcript.tsx [new file with mode: 0644]
contrib/gui/component/WaveRender.css [new file with mode: 0644]
contrib/gui/component/WaveRender.tsx [new file with mode: 0644]
contrib/gui/component/WaveView.css [new file with mode: 0644]
contrib/gui/component/WaveView.tsx [new file with mode: 0644]
contrib/gui/component/app.tsx [new file with mode: 0644]
contrib/gui/component/signalpanel.tsx [new file with mode: 0644]
contrib/gui/dist.mk [new file with mode: 0644]
contrib/gui/index.css [new file with mode: 0644]
contrib/gui/index.html [new file with mode: 0644]
contrib/gui/index.ts [new file with mode: 0644]
contrib/gui/jest.config.js [new file with mode: 0644]
contrib/gui/lib/conduit.ts [new file with mode: 0644]
contrib/gui/lib/model.ts [new file with mode: 0644]
contrib/gui/lib/react-util.ts [new file with mode: 0644]
contrib/gui/lib/trace.test.ts [new file with mode: 0644]
contrib/gui/lib/trace.ts [new file with mode: 0644]
contrib/gui/package-lock.json [new file with mode: 0644]
contrib/gui/package.json [new file with mode: 0644]
contrib/gui/tsconfig.json [new file with mode: 0644]
contrib/gui/vite.config.ts [new file with mode: 0644]
src/nvc.c
src/rt/shell.c
test/questa.sh