You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quartus workflow is now run as a system call in the background and its
log file is read in Matlab until exit is encountered
Additionally less html reports are generated by HDLCoder and it was
updated for the new target names. Additionally the logging module is now
used by the Quartus workflow.
Also fixes were made regarding updating the target from De10 to
Audiomini as compilitation previously was failing from the name change
disp([' created Kbuild: ' [hdlpathfilesep'Kbuild']])
115
143
116
144
%%Build kernel module
117
-
% TODO: this needs to be platform independent, but how? Our Windows users
118
-
% use a virtual machine to compile the device driver, but that
119
-
% won't automate very well. Maybe we can build the kernel module
120
-
% with Quartus' embedded command shell instead?
121
145
disp('Building kernel module.')
122
146
cd(hdlpath)
123
147
ifispc
@@ -136,12 +160,14 @@
136
160
137
161
% TODO: this file now generates C code, but "vgen" make it seem like it is just VHDL still. This should be changed, and the repository should be reorganized a bit.
138
162
% This file shouldn't live in the vhdl folder anymore.
0 commit comments