Ross Donnachie
Ross Donnachie
I was struck by the idea of grabbing all of the layers from the Chain, and just replacing the faulty one. I use the layer::deepCopy function definition for the operational...
Ah, I see. (: If you start a thread on it and want a foot soldier, feel free to rope me in!
The above was produced with v1.3.9 (I had used release before, but posted comes from the Knet master branch [see output of pkg> status), which did download libknet8.so. I have...
Alright, at that point I will test the full setup again! (```Julia v1.5, CUDA#master, Knet#master, CUDA Toolkit v11.0.3, GeForce Driver v451.82, Windows 10.```)
pyVHDLParser/Token/Parser.py : 363-365 ``` if ((buffer[0] in __ALPHA_CHARACTERS__) and (buffer[1] in __ALPHA_CHARACTERS__)): tokenKind = cls.TokenKind.AlphaChars elif ((buffer[0] in __WHITESPACE_CHARACTERS__) and (buffer[1] in __WHITESPACE_CHARACTERS__)): ... ``` So buffer[0] is the single...
I changed line 362 to ``` buffer = buffer[1:3] ``` from ``` buffer = buffer[:2] ```
Okay, nice! Only character literals have single quotes, (I believe for longer literals double quotes are required) right? If not one could exhaust the [attribute list](https://www.csee.umbc.edu/portal/help/VHDL/attribute.html). Otherwise, perhaps the following...
I extensively edited my last comment, primarily because I thought to research literals. Thanks for exhaustively listing them. I think, though, that you weren't answering the meat of what I...
maybe while we're at it, the conjugation convention reference to `data_array` could be updated to `visdata`... maybe I'm missing something though...
I quite like the idea of leaving the tab space as 2. I prefer tabs over spaces, but we'd just like each file to be consistent, so I won't ask...