tjohnson826 wrote
Whenever I try to edit a .hdl file (for example 'not.hdl'), the file will not load in the hardware simulator. I type the code I am trying to add in the text editor, I save it, and then try to load it in the hardware simulator. The file simply will not load, and running the .tst files does not work.
...
I am using TextEdit on OS X El Capitan.
You don't say what error you are getting when you load your edited Not.hdl file. There should be an error message in the status bar at the bottom left of the window.
Your issue is most likely that your text editor is saving files in Unicode, which the n2t tools do not support.
Set your editor to save the files in ASCII/ANSI encoding, not Unicode.
This thread talks about this issue. Also you can search the forum for "Unicode" to find some other threads.
--Mark