Published in: Other
% saves the plot to a png file gset terminal png; gset output "filename.png"; replot; % or plot % then: closeplot
You need to login to post a comment.
Circuit Design with VHDL
This textbook teaches VHDL using system examples combined with programmable logic and supported by laboratory exercises. While other textbooks concentrate only on language features, Circuit Design with VHDL offers a fully integrated presentation of VHDL and design concepts by including a large number of complete design examples, illustrative circuit diagrams, a review of fundamental design concepts, fully explained solutions, and simulation results.
yuconner on 12/13/06
Published in: Other
% saves the plot to a png file gset terminal png; gset output "filename.png"; replot; % or plot % then: closeplot
You need to login to post a comment.