narutozxp
narutozxp
@tangxifan Yep, i indeed did that as what you said , but the following description may incur problems as mentioned in https://github.com/lnis-uofu/OpenFPGA/issues/1174#issuecomment-1562196049, i.e. resulting the inconsistent between the fabric generated...
I solved this problem using the following configurations. ```lua override = function(c) return { ["@keyword.cpp"] = { fg = c.base.red, italic = true }, ["@lsp.typemod.class.defaultLibrary.cpp"] = { fg = c.base.cyan,...
```lua override = function(c) return { ["NonText"] = {fg = "#545c7e"}, } end, ```
> @narutozxp Oh, I think our doxygen generation code may not handle the Enter properly and it just expects to run when it sees the `/** */`. Are you okay...
> 可以在booktitle里面添加时间等信息作为补充 比如下面两个bibtex ```bib @inproceedings{10.1145/3626202.3637578, author = {Klaisoongnoen, Mark and Brown, Nick and Dykes, Tim and Jones, Jessica R. and Haus, Utz-Uwe}, title = {Evaluating Versal AI Engines for Option...
@mustafaarslan0 However, our muxes have no input buffer or output buffer. Besides, According to my experiment, if there is an output pin that drivers more than one input pin, these...
@tangxifan It would be very helpful if you could provid me some suggustions.
`` still not work.
@tangxifan Yes, i just hope to use spice to get the power of FPGA subcircuit. So, is there any method that could be used if FPGA-SPCAE has not been ported...
@tangxifan Hello, it seems an unnecessary space after the character, "X" , which results incorrect spice file. https://github.com/lnis-uofu/OpenFPGA/blob/3c50d1cd96def24b71366a5e85b3114d2728e8dd/openfpga/src/fpga_spice/spice_writer_utils.cpp#L260