Joshua Cogliati
Joshua Cogliati
I am not sure of all the logic changes I will need. Right now I am still working on creating all the needed files (I can create a hog and...
Note that without the ```-mabi=ilp32``` the following error happens: ``` riscv32-unknown-elf-gcc -march=rv32imc -nostartfiles -Wl,-Bstatic,-T,sections.lds,--strip-debug,-Map=firmware.map,--cref -ffreestanding -nostdlib -o firmware.elf start.S firmware.c cc1: error: requested ABI requires '-march' to subsume the 'D'...
Suggested makefile for blif and json: ```makefile top.blif top.json &: top.v yosys -p 'synth_ice40 -top top -blif top.blif -json top.json' top.v top.asc : $(PIN_DEF) top.json nextpnr-ice40 --lp8k --package cm81 --json...
As a pattern: ```makefile %.blif %.json : %.v yosys -p 'synth_ice40 -top top -blif $@ -json $*.json' $< %.asc: $(PIN_DEF) %.blif %.json nextpnr-ice40 --$(DEVICE) --package cm81 --json $*.json --asc $@...
I made a fork with sicp.pdf in it: https://github.com/jrincayc/sicp-pdf https://raw.githubusercontent.com/jrincayc/sicp-pdf/master/sicp.pdf
Hm, I suspect it is because I am getting warnings like: ``` (./sicp.toc LaTeX Font Info: Font shape `TU/LinuxLibertineO(0)/bx/n' will be (Font) scaled to size 10.2596pt on input line 2....
Side note, if you have inkscape 1.0, then this is probably needed: https://github.com/jrincayc/sicp-pdf/commit/92c20cbe615bf731f63bab2bff4340a9df385ec9 (See pull request #41)
Hm, I am not sure. @brianharvey what are your thoughts?
Hm, patches or some more detailed suggestions as to what is not working or how it might be fixed would be useful. I think accessibility on Windows would be good,...
Okay, if this issue does not get enough detail to replicate (as in UCBLogo version and platform, and the screen reader (or other tool) that was tried), or enough details...